Пример #1
0
 /**
  * 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');
 }