]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/security/SessionManagerTest.php
Move LoginManager and SessionManager to the Security namespace
[github/shaarli/Shaarli.git] / tests / security / SessionManagerTest.php
similarity index 99%
rename from tests/SessionManagerTest.php
rename to tests/security/SessionManagerTest.php
index aa75962a4994929155c8da5ee2e48e85bb07fc18..e4e1cfbc82d291cf927164725d4e370f338bb468 100644 (file)
@@ -5,7 +5,7 @@ require_once 'tests/utils/FakeConfigManager.php';
 require_once 'tests/utils/ReferenceSessionIdHashes.php';
 ReferenceSessionIdHashes::genAllHashes();
 
-use \Shaarli\SessionManager;
+use \Shaarli\Security\SessionManager;
 use \PHPUnit\Framework\TestCase;