insert() public method

Insert this object into database.
public insert ( ) : boolean
return boolean Success
 public function testInsertShouldReturnFalseIfCollectionIsNull()
 {
     $this->assertFalse($this->entity->insert());
 }