summaryrefslogtreecommitdiff
path: root/tests/Unit/Http/ResponseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Http/ResponseTest.php')
-rw-r--r--tests/Unit/Http/ResponseTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Http/ResponseTest.php b/tests/Unit/Http/ResponseTest.php
index 6f57e1db..6f20ff67 100644
--- a/tests/Unit/Http/ResponseTest.php
+++ b/tests/Unit/Http/ResponseTest.php
@@ -26,8 +26,8 @@ class ResponseTest extends TestCase
}
/**
- * @covers \Engelsystem\Http\Response::withStatus
* @covers \Engelsystem\Http\Response::getReasonPhrase
+ * @covers \Engelsystem\Http\Response::withStatus
*/
public function testWithStatus()
{
@@ -85,4 +85,4 @@ class ResponseTest extends TestCase
$response = new Response();
$response->withView('foo');
}
-} \ No newline at end of file
+}