示例#1
0
文件: Tests.php 项目: TuxBoy/Demo-saf
 /**
  * Test default annotation
  */
 public function testDefaultAnnotation()
 {
     $this->method('@default');
     $property = new Reflection_Property(self::class, 'property');
     // @default getDefaultPropertyValue
     $this->assume('methodName', $property->getDefaultValue(), 'default value for property');
 }