Index: trunk/phase3/tests/phpunit/bootstrap.php |
— | — | @@ -28,9 +28,8 @@ |
29 | 29 | EOF; |
30 | 30 | } |
31 | 31 | |
32 | | -global $wgLocalisationCacheConf, $wgMainCacheType, $wgMessageCacheType, $wgParserCacheType; |
| 32 | +global $wgMainCacheType, $wgMessageCacheType, $wgParserCacheType; |
33 | 33 | global $wgMessageCache, $messageMemc, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgMemc; |
34 | | -$wgLocalisationCacheConf['storeClass'] = 'LCStore_Null'; |
35 | 34 | $wgMainCacheType = CACHE_NONE; |
36 | 35 | $wgMessageCacheType = CACHE_NONE; |
37 | 36 | $wgParserCacheType = CACHE_NONE; |
Index: trunk/phase3/tests/phpunit/phpunit.php |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | // Assume UTC for testing purposes |
22 | 22 | $wgLocaltimezone = 'UTC'; |
23 | 23 | |
| 24 | +$wgLocalisationCacheConf['storeClass'] = 'LCStore_Null'; |
| 25 | + |
24 | 26 | if( !in_array( '--configuration', $_SERVER['argv'] ) ) { |
25 | 27 | //Hack to eliminate the need to use the Makefile (which sucks ATM) |
26 | 28 | $_SERVER['argv'][] = '--configuration'; |