diff options
Diffstat (limited to 'tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php')
-rw-r--r-- | tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php b/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php index ea4f3701..61ab982d 100644 --- a/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php +++ b/tests/Unit/Http/SessionHandlers/DatabaseHandlerTest.php @@ -88,7 +88,7 @@ class DatabaseHandlerTest extends TestCase /** * Prepare tests */ - protected function setUp() + protected function setUp(): void { $this->initDatabase(); } |