]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/config/configPhp.php
namespacing: \Shaarli\Updater
[github/shaarli/Shaarli.git] / tests / utils / config / configPhp.php
index 0e034175757d7ccc1f076606d70b181bc05b8f88..7dc81e2289504286fa69abeeea9d20d5c538a448 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php
 $GLOBALS['login'] = 'root';
 $GLOBALS['hash'] = 'hash';
 $GLOBALS['salt'] = 'salt';
@@ -8,7 +8,7 @@ $GLOBALS['titleLink'] = 'titleLink';
 $GLOBALS['redirector'] = 'lala';
 $GLOBALS['disablesessionprotection'] = false;
 $GLOBALS['privateLinkByDefault'] = false;
-$GLOBALS['config']['DATADIR'] = 'tests/Updater';
+$GLOBALS['config']['DATADIR'] = 'tests/updater';
 $GLOBALS['config']['PAGECACHE'] = 'sandbox/pagecache';
 $GLOBALS['config']['DATASTORE'] = 'data/datastore.php';
 $GLOBALS['plugins']['WALLABAG_VERSION'] = '1';