From dea72c711ff740b3b829d238fcf85648465143a0 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 12 Jan 2019 23:55:38 +0100 Subject: Optimize and cleanup imports Signed-off-by: VirtualTam --- tests/security/SessionManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/security/SessionManagerTest.php') diff --git a/tests/security/SessionManagerTest.php b/tests/security/SessionManagerTest.php index 7961e771..f264505e 100644 --- a/tests/security/SessionManagerTest.php +++ b/tests/security/SessionManagerTest.php @@ -5,8 +5,8 @@ require_once 'tests/utils/FakeConfigManager.php'; require_once 'tests/utils/ReferenceSessionIdHashes.php'; ReferenceSessionIdHashes::genAllHashes(); -use \Shaarli\Security\SessionManager; -use \PHPUnit\Framework\TestCase; +use PHPUnit\Framework\TestCase; +use Shaarli\Security\SessionManager; /** * Test coverage for SessionManager -- cgit v1.2.3