Преглед изворни кода

Merge branch 'master' of github.com:taddeus/pquery

Taddeus Kroes пре 14 година
родитељ
комит
8795d8ee11
2 измењених фајлова са 2 додато и 5 уклоњено
  1. 2 3
      README.txt
  2. 0 2
      test/sql.php

+ 2 - 3
README.txt

@@ -1,3 +1,2 @@
-Unit tests in this project assume presence of Simpletest
-(https://github.com/wesen/php-simpletest) in a folder 'simpletest' in the same
-folder that the pQuery folder is located in.
+Unit tests in this project assume that PHPUnit and the PHP extention
+Xdebug (needed for coverage report) have both been installed.

+ 0 - 2
test/sql.php

@@ -172,8 +172,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);
 	}