Commit 91f91a87 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed useless comment.

parent 216b1594
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment