示例#1
0
 public function testGetProperty()
 {
     parent::testGetProperty();
     $prop = $this->class->getProperty('fields');
     self::assertTrue($prop->change());
 }