]> 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 34b11fcddf1a76ed9a1ef3f926e999ce9ab70cd8..7dc81e2289504286fa69abeeea9d20d5c538a448 100644 (file)
@@ -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';