diff --git a/tests/Integration/EventIntegrationTest.php b/tests/Integration/EventIntegrationTest.php index c11ed05..0556abb 100644 --- a/tests/Integration/EventIntegrationTest.php +++ b/tests/Integration/EventIntegrationTest.php @@ -1,12 +1,18 @@ assertTrue(MyEventHandler::$itHappened); } -} \ No newline at end of file +} diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index f9674bb..ed9326c 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -1,5 +1,7 @@ kernel = new Kernel($this->appConfig); $this->container = $this->kernel->init(); } -} \ No newline at end of file +}