]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/security/LoginManagerTest.php
Move LoginManager and SessionManager to the Security namespace
[github/shaarli/Shaarli.git] / tests / security / LoginManagerTest.php
similarity index 99%
rename from tests/LoginManagerTest.php
rename to tests/security/LoginManagerTest.php
index 27ca0db5730b812baf0b20f96232c5c95501c638..b957abe3fcc7f1c25ae436b5e36c47e3a7aaf8a5 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-namespace Shaarli;
+namespace Shaarli\Security;
 
 require_once 'tests/utils/FakeConfigManager.php';
 use \PHPUnit\Framework\TestCase;