mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Oops, added class name
This commit is contained in:
@ -15,6 +15,7 @@ if(class_exists("PHPUnit_Framework_TestCase", false)){
|
||||
|
||||
public function testRead(){
|
||||
define("NO_THREADS", true);
|
||||
define("DEBUG", -1); //No output
|
||||
require_once(dirname(__FILE__)."/../dependencies.php");
|
||||
require_once(FILE_PATH."/src/functions.php");
|
||||
require_once(FILE_PATH."/src/dependencies.php");
|
||||
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<phpunit>
|
||||
<testsuite name='PocketMine-MP'>
|
||||
<directory suffix='.php'>./</directory>
|
||||
</testsuite>
|
||||
</phpunit>
|
Reference in New Issue
Block a user