mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Fixed test code
the test still doesn't pass, but at least it's actually testing the problem now...
This commit is contained in:
@@ -23,6 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pmmp\TesterPlugin\event;
|
||||
|
||||
final class ChildAsyncEvent extends ParentAsyncEvent{
|
||||
class ChildAsyncEvent extends ParentAsyncEvent{
|
||||
|
||||
}
|
||||
|
@@ -23,6 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pmmp\TesterPlugin\event;
|
||||
|
||||
class GrandchildAsyncEvent extends \pocketmine\event\AsyncEvent{
|
||||
class GrandchildAsyncEvent extends ChildAsyncEvent{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user