Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -5120,6 +5120,7 @@ |
5121 | 5121 | * Allows running of selenium tests via maintenance/tests/RunSeleniumTests.php |
5122 | 5122 | */ |
5123 | 5123 | $wgEnableSelenium = false; |
| 5124 | +$wgSeleniumTestConfigs = array(); |
5124 | 5125 | |
5125 | 5126 | |
5126 | 5127 | |