This commit is contained in:
Dylan K. Taylor
2022-06-25 15:59:52 +01:00
parent 1da4c45979
commit 03fdbd9f7b

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\item;
use PHPUnit\Framework\TestCase;
use pocketmine\block\BlockFactory;
class ItemFactoryTest extends TestCase{