Lines Matching refs:methodName
60 foreach ($this->methodNames as $methodName) {
61 $this->assertTrue($this->serviceClass->hasMethod($methodName));
67 foreach ($this->methodNames as $methodName) {
68 $docComment = $this->serviceClass->getMethod($methodName)->getDocComment();
69 $this->assertContains($methodName, $docComment);
77 foreach ($this->methodNames as $methodName) {
78 $docComment = $this->namespacedServiceClass->getMethod($methodName)->getDocComment();
79 $this->assertContains($methodName, $docComment);
87 foreach ($this->methodNames as $methodName) {
88 $method = $this->serviceClass->getMethod($methodName);
100 foreach ($this->methodNames as $methodName) {
101 $method = $this->serviceClass->getMethod($methodName);