Added some PHPUnit Tests

This commit is contained in:
kremsy
2017-04-16 14:43:13 +02:00
parent 879b3056ce
commit 5e0a5c48a2
8 changed files with 285 additions and 15 deletions

View File

@ -33,7 +33,7 @@ class CallbackHelpStructure extends DocumentationStructure {
* @api
* @return mixed
*/
public function getMethodName() {
public function getCallbackName() {
return $this->callbackName;
}