From 81edc9cfcef9d3c701983d10e675c0c2faf4a9ad Mon Sep 17 00:00:00 2001 From: Priyanka Dhanda Date: Mon, 18 Oct 2010 18:14:36 +0000 Subject: [PATCH] Follow up to r74780. Set default for . --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5008a895ca..11077f2303 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5120,6 +5120,7 @@ $wgRepositoryPackageStates = array( * Allows running of selenium tests via maintenance/tests/RunSeleniumTests.php */ $wgEnableSelenium = false; +$wgSeleniumTestConfigs = array(); -- 2.20.1