summaryrefslogtreecommitdiff
path: root/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php')
-rw-r--r--tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php b/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php
index 61ab982d..14f23c00 100644
--- a/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php
+++ b/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php
@@ -12,8 +12,8 @@ class DatabaseHandlerTest extends TestCase
/**
* @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::__construct
- * @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::read
* @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::getQuery
+ * @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::read
*/
public function testRead()
{
@@ -25,8 +25,8 @@ class DatabaseHandlerTest extends TestCase
}
/**
- * @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::write
* @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::getCurrentTimestamp
+ * @covers \Engelsystem\Http\SessionHandlers\DatabaseHandler::write
*/
public function testWrite()
{