This commit is contained in:
Dylan K. Taylor
2022-09-15 12:01:26 +01:00
parent c063198b89
commit 3d03bb1301
3 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,7 @@ namespace pocketmine\block;
use PHPUnit\Framework\TestCase;
use pocketmine\block\utils\BrewingStandSlot;
use function array_values;
use function count;
class BrewingStandTest extends TestCase{