mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-02 08:09:55 +00:00
Check phpunit classes
This commit is contained in:
parent
f9c405d46a
commit
13a5a8df57
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
if(class_exists("PHPUnit_Framework_TestCase", false)){
|
||||
|
||||
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
private $server;
|
||||
public function hook(){
|
||||
@ -32,3 +34,5 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user