Tests: Fix --repeat in EventDispatcherTest
This commit is contained in:
parent
cd8c01c080
commit
599fff26d4
|
@ -148,4 +148,11 @@ class EventDispatcherTest extends TestCase
|
||||||
{
|
{
|
||||||
return ['default' => 'handler'];
|
return ['default' => 'handler'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setUp(): void
|
||||||
|
{
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
|
$this->firedEvents = [];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue