Преглед на файлове

Removed useless comment.

Taddeüs Kroes преди 14 години
родител
ревизия
91f91a879e
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      test/sql.php

+ 0 - 2
test/sql.php

@@ -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);
 	}