예제 #1
0
 public function testRemove()
 {
     $objDc = $this->objProperty->getDataContainer();
     $this->objProperty->remove();
     $this->assertFalse($objDc->hasProperty('test'));
     $this->assertFalse(isset($GLOBALS['TL_DCA']['tl_test']['fields']['test']));
 }