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,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
if(class_exists("PHPUnit_Framework_TestCase", false)){
|
||||||
|
|
||||||
|
class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||||
private $server;
|
private $server;
|
||||||
public function hook(){
|
public function hook(){
|
||||||
$this->assertTrue(true);
|
$this->assertTrue(true);
|
||||||
@ -31,4 +33,6 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
|||||||
$this->server->init();
|
$this->server->init();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user