summaryrefslogtreecommitdiff
path: root/tests/Unit/Exceptions/Handlers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Exceptions/Handlers')
-rw-r--r--tests/Unit/Exceptions/Handlers/LegacyDevelopmentTest.php3
-rw-r--r--tests/Unit/Exceptions/Handlers/LegacyTest.php1
-rw-r--r--tests/Unit/Exceptions/Handlers/WhoopsTest.php1
3 files changed, 1 insertions, 4 deletions
diff --git a/tests/Unit/Exceptions/Handlers/LegacyDevelopmentTest.php b/tests/Unit/Exceptions/Handlers/LegacyDevelopmentTest.php
index bc4625e9..f7355f76 100644
--- a/tests/Unit/Exceptions/Handlers/LegacyDevelopmentTest.php
+++ b/tests/Unit/Exceptions/Handlers/LegacyDevelopmentTest.php
@@ -2,7 +2,6 @@
namespace Engelsystem\Test\Unit\Exceptions\handlers;
-
use Engelsystem\Exceptions\Handlers\LegacyDevelopment;
use Engelsystem\Http\Request;
use ErrorException;
@@ -12,8 +11,8 @@ use PHPUnit\Framework\TestCase;
class LegacyDevelopmentTest extends TestCase
{
/**
- * @covers \Engelsystem\Exceptions\Handlers\LegacyDevelopment::render()
* @covers \Engelsystem\Exceptions\Handlers\LegacyDevelopment::formatStackTrace()
+ * @covers \Engelsystem\Exceptions\Handlers\LegacyDevelopment::render()
*/
public function testRender()
{
diff --git a/tests/Unit/Exceptions/Handlers/LegacyTest.php b/tests/Unit/Exceptions/Handlers/LegacyTest.php
index d7d65daf..d8ab6565 100644
--- a/tests/Unit/Exceptions/Handlers/LegacyTest.php
+++ b/tests/Unit/Exceptions/Handlers/LegacyTest.php
@@ -2,7 +2,6 @@
namespace Engelsystem\Test\Unit\Exceptions\handlers;
-
use Engelsystem\Exceptions\Handlers\Legacy;
use Engelsystem\Http\Request;
use Exception;
diff --git a/tests/Unit/Exceptions/Handlers/WhoopsTest.php b/tests/Unit/Exceptions/Handlers/WhoopsTest.php
index 74bdc457..67029d4d 100644
--- a/tests/Unit/Exceptions/Handlers/WhoopsTest.php
+++ b/tests/Unit/Exceptions/Handlers/WhoopsTest.php
@@ -2,7 +2,6 @@
namespace Engelsystem\Test\Unit\Exceptions\handlers;
-
use Engelsystem\Application;
use Engelsystem\Exceptions\Handlers\Whoops;
use Engelsystem\Helpers\Authenticator;