Example #1
0
 public function testGetMethodAnnotationsObjects()
 {
     $annotations = $this->extractor->getMethodAnnotationsObjects('Zckrs\\GenDocApi\\Test\\Client', 'get');
     $this->assertCount(0, $annotations, 'Number of get object annotations');
 }