mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +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