This commit is contained in:
Dylan K. Taylor 2022-06-25 15:59:52 +01:00
parent 1da4c45979
commit 03fdbd9f7b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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{