Extends
lithium\test\UnitSource
public function testExecuteException() {
$this->expectException();
$this->expectException();
$this->db->read('SELECT deliberate syntax error');
}
public function testExecuteException() {
$this->expectException();
$this->expectException();
$this->db->read('SELECT deliberate syntax error');
}