コード例 #1
0
 public function testFunctionDocblockReturn()
 {
     require_once __DIR__ . '/TestAsset/functions.php';
     $function = new FunctionReflection('ZendTest\\Code\\Reflection\\TestAsset\\function6');
     $this->assertInstanceOf('Zend\\Code\\Reflection\\DocBlockReflection', $function->getDocblock());
 }