mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Added unit tests for Utils::testValidInstance()
This commit is contained in:
7
tests/phpunit/utils/fixtures/TestInterface.php
Normal file
7
tests/phpunit/utils/fixtures/TestInterface.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace pocketmine\utils\fixtures;
|
||||
|
||||
interface TestInterface{
|
||||
|
||||
}
|
Reference in New Issue
Block a user