mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
NO_THREADS mode for tests
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user