Extends
lithium\test\UnitSource
public function testSchemaFromManualFieldList() {
$fields = array('id', 'name', 'created');
$result = $this->db->schema(new Query(compact('fields')));
$this->assertEqual(array($fields), $result);
}
public function testSchemaFromManualFieldList() {
$fields = array('id', 'name', 'created');
$result = $this->db->schema(new Query(compact('fields')));
$this->assertEqual(array($fields), $result);
}