X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Futils%2Fconfig%2FconfigPhp.php;fp=tests%2Futils%2Fconfig%2FconfigPhp.php;h=7dc81e2289504286fa69abeeea9d20d5c538a448;hb=bcf056c9d92e5240e645c76a4cdc8ae159693f9a;hp=34b11fcddf1a76ed9a1ef3f926e999ce9ab70cd8;hpb=92c6439dbc41d8a2873dfebbc44e30d75c0c473d;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/utils/config/configPhp.php b/tests/utils/config/configPhp.php index 34b11fcd..7dc81e22 100644 --- a/tests/utils/config/configPhp.php +++ b/tests/utils/config/configPhp.php @@ -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';