mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +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:
parent
6f40c6fc1d
commit
32b1d6c0c2
@ -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{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user