]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/utils/config/configPhp.php
lint: apply phpcbf to tests/
[github/shaarli/Shaarli.git] / tests / utils / config / configPhp.php
1 <?php
2 $GLOBALS['login'] = 'root';
3 $GLOBALS['hash'] = 'hash';
4 $GLOBALS['salt'] = 'salt';
5 $GLOBALS['timezone'] = 'Europe/Paris';
6 $GLOBALS['title'] = 'title';
7 $GLOBALS['titleLink'] = 'titleLink';
8 $GLOBALS['redirector'] = 'lala';
9 $GLOBALS['disablesessionprotection'] = false;
10 $GLOBALS['privateLinkByDefault'] = false;
11 $GLOBALS['config']['DATADIR'] = 'tests/Updater';
12 $GLOBALS['config']['PAGECACHE'] = 'sandbox/pagecache';
13 $GLOBALS['config']['DATASTORE'] = 'data/datastore.php';
14 $GLOBALS['plugins']['WALLABAG_VERSION'] = '1';