NO_THREADS mode for tests

This commit is contained in:
Shoghi Cervantes
2013-08-28 16:00:30 +02:00
parent a07ae731e3
commit f9c405d46a
3 changed files with 13 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
}
public function testRead(){
define("NO_THREADS", true);
require_once(dirname(__FILE__)."/../dependencies.php");
require_once(FILE_PATH."/src/functions.php");
require_once(FILE_PATH."/src/dependencies.php");