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