diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/security/LoginManagerTest.php (renamed from tests/LoginManagerTest.php) | 2 | ||||
-rw-r--r-- | tests/security/SessionManagerTest.php (renamed from tests/SessionManagerTest.php) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/LoginManagerTest.php b/tests/security/LoginManagerTest.php index 27ca0db5..b957abe3 100644 --- a/tests/LoginManagerTest.php +++ b/tests/security/LoginManagerTest.php | |||
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | namespace Shaarli; | 2 | namespace Shaarli\Security; |
3 | 3 | ||
4 | require_once 'tests/utils/FakeConfigManager.php'; | 4 | require_once 'tests/utils/FakeConfigManager.php'; |
5 | use \PHPUnit\Framework\TestCase; | 5 | use \PHPUnit\Framework\TestCase; |
diff --git a/tests/SessionManagerTest.php b/tests/security/SessionManagerTest.php index aa75962a..e4e1cfbc 100644 --- a/tests/SessionManagerTest.php +++ b/tests/security/SessionManagerTest.php | |||
@@ -5,7 +5,7 @@ require_once 'tests/utils/FakeConfigManager.php'; | |||
5 | require_once 'tests/utils/ReferenceSessionIdHashes.php'; | 5 | require_once 'tests/utils/ReferenceSessionIdHashes.php'; |
6 | ReferenceSessionIdHashes::genAllHashes(); | 6 | ReferenceSessionIdHashes::genAllHashes(); |
7 | 7 | ||
8 | use \Shaarli\SessionManager; | 8 | use \Shaarli\Security\SessionManager; |
9 | use \PHPUnit\Framework\TestCase; | 9 | use \PHPUnit\Framework\TestCase; |
10 | 10 | ||
11 | 11 | ||