Searched refs:namespacedServiceClass (Results 1 – 1 of 1) sorted by relevance
23 private $namespacedServiceClass; variable in GeneratedServiceTest39 $this->namespacedServiceClass = new ReflectionClass('Bar\OtherGreeterInterface');54 $this->assertContains('foo.OtherGreeter', $this->namespacedServiceClass->getDocComment());78 $docComment = $this->namespacedServiceClass->getMethod($methodName)->getDocComment();