]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/utils/config/configUpdater.php
Use the configuration manager for wallabag and readityourself plugin
[github/shaarli/Shaarli.git] / tests / utils / config / configUpdater.php
1 <?php
2 $GLOBALS['login'] = 'login';
3 $GLOBALS['hash'] = 'hash';
4 $GLOBALS['salt'] = 'salt';
5 $GLOBALS['timezone'] = 'Europe/Paris';
6 $GLOBALS['title'] = 'title';
7 $GLOBALS['titleLink'] = 'titleLink';
8 $GLOBALS['redirector'] = '';
9 $GLOBALS['disablesessionprotection'] = false;
10 $GLOBALS['privateLinkByDefault'] = false;
11 $GLOBALS['config']['DATADIR'] = 'tests/Updater';
12 $GLOBALS['config']['PAGECACHE'] = 'sandbox/pagecache';
13 $GLOBALS['config']['config1'] = 'config1data';
14 $GLOBALS['config']['config2'] = 'config2data';
15 $GLOBALS['plugins']['WALLABAG_VERSION'] = '2';