From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- tests/selenium/suites/SimpleSeleniumConfig.php | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/selenium/suites/SimpleSeleniumConfig.php (limited to 'tests/selenium/suites/SimpleSeleniumConfig.php') diff --git a/tests/selenium/suites/SimpleSeleniumConfig.php b/tests/selenium/suites/SimpleSeleniumConfig.php new file mode 100644 index 00000000..54def35a --- /dev/null +++ b/tests/selenium/suites/SimpleSeleniumConfig.php @@ -0,0 +1,30 @@ + 'mw_', + 'wgDBTableOptions' => 'ENGINE=InnoDB, DEFAULT CHARSET=binary', + 'wgDBmysql5' => 'false', + 'wgMainCacheType' => 'CACHE_NONE', + 'wgParserCacheType' => 'CACHE_NONE', + 'wgMemCachedServers'=> array(), + 'wgLanguageCode' => 'en', + 'wgSitename' => 'test_wiki', + 'wgDefaultSkin' => 'chick' + ); + $resources = array( + 'db' => "$IP/tests/selenium/data/SimpleSeleniumTestDB.sql", + 'images' => "$IP/tests/selenium/data/SimpleSeleniumTestImages.zip" + ); + + $includeFiles = array_merge( $includeFiles, $includes ); + $globalConfigs = array_merge( $globalConfigs, $configs); + $resourceFiles = array_merge( $resourceFiles, $resources ); + return true; + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf