Skip to content
Snippets Groups Projects
Commit 91f91a87 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Removed useless comment.

parent 216b1594
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,6 @@ class pQuerySqlTest extends PHPUnit_Framework_TestCase {
function test_update() {
$update = __sql::update('foo', array('bar' => 'test1'),
array('id' => 1), false)->execute();
// Do not continue unless the value has been updated
$this->assertTrue($update->result);
}
......
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