mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Added default class
This commit is contained in:
parent
f5e640c875
commit
29d089db5b
@ -1,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if(class_exists("PHPUnit_Framework_TestCase", false)){
|
if(!class_exists("PHPUnit_Framework_TestCase", false)){
|
||||||
|
class PHPUnit_Framework_TestCase{} //Normal include
|
||||||
|
}
|
||||||
|
|
||||||
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||||
private $server;
|
private $server;
|
||||||
@ -34,6 +36,4 @@ if(class_exists("PHPUnit_Framework_TestCase", false)){
|
|||||||
$this->server->init();
|
$this->server->init();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user