Extends
lithium\test\UnitSource
public function testCreateSuccess() {
$this->query->data(array('title' => 'Test Post'));
$result = $this->db->create($this->query);
$this->assertTrue($result);
}
public function testCreateSuccess() {
$this->query->data(array('title' => 'Test Post'));
$result = $this->db->create($this->query);
$this->assertTrue($result);
}