delete() public method

delete properties
public delete ( ) : boolean
return boolean
Exemplo n.º 1
0
 /**
  * Test
  *
  * @return void
  */
 public function testDeleteFailed()
 {
     $this->object->init(0);
     $this->assertFalse($this->object->delete());
 }