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