Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testDelete()
 {
     $this->object->setProperties(array($this->property->getData()));
     $this->assertTrue($this->object->delete());
 }