mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-02 16:19:51 +00:00
Check phpunit classes
This commit is contained in:
parent
f9c405d46a
commit
13a5a8df57
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
if(class_exists("PHPUnit_Framework_TestCase", false)){
|
||||
|
||||
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
private $server;
|
||||
public function hook(){
|
||||
$this->assertTrue(true);
|
||||
@ -31,4 +33,6 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
$this->server->init();
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user