X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fautoload.ide.php;h=106ab683175ea853ec3713f56460aca05b3e45da;hb=576c975b0d82b388c2a2fb0d67e69784b6a287f5;hp=074fab09d15f9215ace4a65ac1192008086bfc21;hpb=01d176a8a529fc7fc54d4853bdee6c7768ad00c9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/autoload.ide.php b/tests/phpunit/autoload.ide.php index 074fab09d1..106ab68317 100644 --- a/tests/phpunit/autoload.ide.php +++ b/tests/phpunit/autoload.ide.php @@ -86,9 +86,12 @@ if ( defined( 'MW_CONFIG_CALLBACK' ) ) { } if ( $maintenance->getDbType() === Maintenance::DB_NONE ) { - if ( $wgLocalisationCacheConf['storeClass'] === false - && ( $wgLocalisationCacheConf['store'] == 'db' - || ( $wgLocalisationCacheConf['store'] == 'detect' && !$wgCacheDirectory ) ) + if ( + $wgLocalisationCacheConf['storeClass'] === false + && ( + $wgLocalisationCacheConf['store'] == 'db' + || ( $wgLocalisationCacheConf['store'] == 'detect' && !$wgCacheDirectory ) + ) ) { $wgLocalisationCacheConf['storeClass'] = 'LCStoreNull'; }