Extends
lithium\test\UnitSource
public function testCreateFail() {
$this->expectException('no elements in doc');
$result = $this->db->create($this->query);
}
public function testCreateFail() {
$this->expectException('no elements in doc');
$result = $this->db->create($this->query);
}