mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 19:24:12 +00:00
imports cleanup
This commit is contained in:
@ -25,6 +25,7 @@ namespace pocketmine\block;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use pocketmine\block\utils\BrewingStandSlot;
|
||||
use function count;
|
||||
|
||||
class BrewingStandTest extends TestCase{
|
||||
|
||||
|
@ -24,6 +24,7 @@ declare(strict_types=1);
|
||||
namespace pocketmine\plugin;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use function sort;
|
||||
|
||||
class ApiVersionTest extends TestCase{
|
||||
|
||||
|
@ -24,7 +24,6 @@ declare(strict_types=1);
|
||||
namespace pocketmine\utils;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use pocketmine\block\VanillaBlocks;
|
||||
|
||||
final class CloningRegistryTraitTest extends TestCase{
|
||||
|
||||
|
Reference in New Issue
Block a user