Extends
lithium\test\UnitSource
public function testInvalidQueryType() {
$this->expectException('Invalid query type `fakeType`.');
$this->db->read(new Query(array('type' => 'fakeType')));
}
public function testInvalidQueryType() {
$this->expectException('Invalid query type `fakeType`.');
$this->db->read(new Query(array('type' => 'fakeType')));
}