Extends
lithium\test\UnitSource
public function testValueQuoting() {
$result = $this->db->value('exciting news');
$expected = "'exciting news'";
$this->assertEqual($expected, $result);
}
public function testValueQuoting() {
$result = $this->db->value('exciting news');
$expected = "'exciting news'";
$this->assertEqual($expected, $result);
}