Home
last modified time | relevance | path

Searched refs:namespacedServiceClass (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/tests/
H A DGeneratedServiceTest.php23 private $namespacedServiceClass; variable
39 $this->namespacedServiceClass = new ReflectionClass('Bar\OtherGreeterInterface'); variable
54 $this->assertContains('foo.OtherGreeter', $this->namespacedServiceClass->getDocComment());
78 $docComment = $this->namespacedServiceClass->getMethod($methodName)->getDocComment();

Completed in 1 milliseconds