diff --git a/tests/phpunit/event/HandlerListManagerTest.php b/tests/phpunit/event/HandlerListManagerTest.php index fd827c698..1eacf423f 100644 --- a/tests/phpunit/event/HandlerListManagerTest.php +++ b/tests/phpunit/event/HandlerListManagerTest.php @@ -32,7 +32,6 @@ class HandlerListManagerTest extends TestCase{ /** @var \Closure */ private $resolveParentFunc; - public function setUp() : void{ /** @see HandlerListManager::isValidClass() */ $this->isValidFunc = (new \ReflectionMethod(HandlerListManager::class, 'isValidClass'))->getClosure();