mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Removed obsolete Data.php
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
require_once(FILE_PATH."/src/functions.php");
|
||||
require_once(FILE_PATH."/src/dependencies.php");
|
||||
console("\x1b[36m[TEST] Starting tests");
|
||||
testCase("dummy", dummy(), null);
|
||||
$t = new ServerSuiteTest;
|
||||
echo PHP_EOL;
|
||||
if($testErrors === 0){
|
||||
@@ -48,8 +49,12 @@
|
||||
|
||||
public function hook(){
|
||||
testCase("event fired", true, true);
|
||||
$server = ServerAPI::request();
|
||||
testCase("defaultgamemode", $server->getGamemode(), "creative");
|
||||
|
||||
|
||||
//Everything done!
|
||||
ServerAPI::request()->close();
|
||||
$server->close();
|
||||
}
|
||||
}
|
||||
/***REM_END***/
|
Reference in New Issue
Block a user