summaryrefslogtreecommitdiff
path: root/tests/app/SessionDatabaseHandlerTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-19 10:31:03 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-20 11:52:08 +0000
commit5aa89145798e701ba33c061d10bafe3922d42bef (patch)
tree238ba1b64e5398cc249d4aeb6c5d3ec19a28a0d7 /tests/app/SessionDatabaseHandlerTest.php
parent7ed595cddf45a30d37579fdfe74fab2ec7be706c (diff)
downloadwebtrees-5aa89145798e701ba33c061d10bafe3922d42bef.tar.gz
webtrees-5aa89145798e701ba33c061d10bafe3922d42bef.tar.bz2
webtrees-5aa89145798e701ba33c061d10bafe3922d42bef.zip
Code Style
Diffstat (limited to 'tests/app/SessionDatabaseHandlerTest.php')
-rw-r--r--tests/app/SessionDatabaseHandlerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/SessionDatabaseHandlerTest.php b/tests/app/SessionDatabaseHandlerTest.php
index 27ce045f3f..269591903c 100644
--- a/tests/app/SessionDatabaseHandlerTest.php
+++ b/tests/app/SessionDatabaseHandlerTest.php
@@ -19,7 +19,6 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees;
-use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
#[CoversClass(SessionDatabaseHandler::class)]