Skip to content
Snippets Groups Projects
Commit 64b6998e authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed some errors caused by folder/class renaming.

parent 18a753bf
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ class pQuerySqlTest extends PHPUnit_Framework_TestCase {
function test_delete() {
$delete = __sql::delete('foo', array('bar' => 'test3'))->execute();
$this->assertTrue($delete->result);
$this->assertEquals($delete->affected_rows());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment