Extends
lithium\test\UnitSource
public function testEntityQuerying() {
$sources = $this->db->sources();
$this->assertTrue(is_array($sources));
$this->assertFalse(empty($sources));
}
public function testEntityQuerying() {
$sources = $this->db->sources();
$this->assertTrue(is_array($sources));
$this->assertFalse(empty($sources));
}