mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
CS
This commit is contained in:
parent
406e2c6c57
commit
d9f5634262
@ -30,6 +30,7 @@ use pocketmine\plugin\PluginManager;
|
||||
use pocketmine\promise\Promise;
|
||||
use pocketmine\promise\PromiseResolver;
|
||||
use pocketmine\Server;
|
||||
use function count;
|
||||
|
||||
final class AsyncEventConcurrencyTest extends TestCase{
|
||||
|
||||
|
@ -25,11 +25,8 @@ namespace pocketmine\event;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use pocketmine\event\fixtures\TestChildAsyncEvent;
|
||||
use pocketmine\event\fixtures\TestChildEvent;
|
||||
use pocketmine\event\fixtures\TestGrandchildAsyncEvent;
|
||||
use pocketmine\event\fixtures\TestGrandchildEvent;
|
||||
use pocketmine\event\fixtures\TestParentAsyncEvent;
|
||||
use pocketmine\event\fixtures\TestParentEvent;
|
||||
use pocketmine\plugin\Plugin;
|
||||
use pocketmine\plugin\PluginManager;
|
||||
use pocketmine\promise\Promise;
|
||||
|
Loading…
x
Reference in New Issue
Block a user