]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/helper/FileUtilsTest.php
Move utils classes to Shaarli\Helper namespace and folder
[github/shaarli/Shaarli.git] / tests / helper / FileUtilsTest.php
similarity index 99%
rename from tests/FileUtilsTest.php
rename to tests/helper/FileUtilsTest.php
index 3384504a70c1d5daaff727c8655ce6a317786a36..948e46d1a404971addb7a658d199707a9f9d4783 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Shaarli;
+namespace Shaarli\Helper;
 
 use Exception;
 use Shaarli\Exceptions\IOException;