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/LoginManagerTest.php | 3 ++- tests/security/SessionManagerTest.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/security') diff --git a/tests/security/LoginManagerTest.php b/tests/security/LoginManagerTest.php index f26cd1eb..de8055ed 100644 --- a/tests/security/LoginManagerTest.php +++ b/tests/security/LoginManagerTest.php @@ -2,7 +2,8 @@ namespace Shaarli\Security; require_once 'tests/utils/FakeConfigManager.php'; -use \PHPUnit\Framework\TestCase; + +use PHPUnit\Framework\TestCase; /** * Test coverage for LoginManager 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