]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/Updater/UpdaterTest.php
application: introduce the Shaarli\Config namespace
[github/shaarli/Shaarli.git] / tests / Updater / UpdaterTest.php
index 39be88f944c1d10c39fce0273c8f1427a4cbb4a5..448405a3fd5b4d34cb369575bc3b265eaade4f17 100644 (file)
@@ -1,6 +1,8 @@
 <?php
+use Shaarli\Config\ConfigJson;
+use Shaarli\Config\ConfigManager;
+use Shaarli\Config\ConfigPhp;
 
-require_once 'application/config/ConfigManager.php';
 require_once 'tests/Updater/DummyUpdater.php';
 require_once 'inc/rain.tpl.class.php';