summaryrefslogtreecommitdiff
path: root/tests/Unit/Http/Exceptions/HttpExceptionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Http/Exceptions/HttpExceptionTest.php')
-rw-r--r--tests/Unit/Http/Exceptions/HttpExceptionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Http/Exceptions/HttpExceptionTest.php b/tests/Unit/Http/Exceptions/HttpExceptionTest.php
index ce2b064d..6ab56d62 100644
--- a/tests/Unit/Http/Exceptions/HttpExceptionTest.php
+++ b/tests/Unit/Http/Exceptions/HttpExceptionTest.php
@@ -9,8 +9,8 @@ class HttpExceptionTest extends TestCase
{
/**
* @covers \Engelsystem\Http\Exceptions\HttpException::__construct
- * @covers \Engelsystem\Http\Exceptions\HttpException::getStatusCode
* @covers \Engelsystem\Http\Exceptions\HttpException::getHeaders
+ * @covers \Engelsystem\Http\Exceptions\HttpException::getStatusCode
*/
public function testConstruct()
{