Added unit tests for Utils::testValidInstance()

This commit is contained in:
Dylan K. Taylor
2021-10-26 00:49:41 +01:00
parent 24d4daec90
commit bd8cba1a7f
6 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
namespace pocketmine\utils\fixtures;
interface TestInterface{
}