mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Added default class
This commit is contained in:
parent
f5e640c875
commit
29d089db5b
@ -1,6 +1,8 @@
|
||||
<?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{
|
||||
private $server;
|
||||
@ -34,6 +36,4 @@ if(class_exists("PHPUnit_Framework_TestCase", false)){
|
||||
$this->server->init();
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user