Example #1
0
 public function testGetClassAnnotations()
 {
     $annotations = $this->extractor->getClassAnnotations('Zckrs\\GenDocApi\\Test\\Client');
     $this->assertCount(0, $annotations);
 }