]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/helper/ApplicationUtilsTest.php
Move utils classes to Shaarli\Helper namespace and folder
[github/shaarli/Shaarli.git] / tests / helper / ApplicationUtilsTest.php
similarity index 99%
rename from tests/ApplicationUtilsTest.php
rename to tests/helper/ApplicationUtilsTest.php
index ac46cbf129df09479f039d44f3eeee3784b299be..654857b944e7925cfd81b1cd915600495fea9f2a 100644 (file)
@@ -1,7 +1,8 @@
 <?php
-namespace Shaarli;
+namespace Shaarli\Helper;
 
 use Shaarli\Config\ConfigManager;
+use Shaarli\FakeApplicationUtils;
 
 require_once 'tests/utils/FakeApplicationUtils.php';