r74954 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74953‎ | r74954 | r74955 >
Date:18:14, 18 October 2010
Author:pdhanda
Status:ok (Comments)
Tags:
Comment:
Follow up to r74780. Set default for .
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -5120,6 +5120,7 @@
51215121 * Allows running of selenium tests via maintenance/tests/RunSeleniumTests.php
51225122 */
51235123 $wgEnableSelenium = false;
 5124+$wgSeleniumTestConfigs = array();
51245125
51255126
51265127

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74780* WebStart.php and SeleniumWebSettings.php allow include files and global con...pdhanda16:38, 14 October 2010

Comments

#Comment by Catrope (talk | contribs)   14:19, 20 October 2010

You should document the var too.

Status & tagging log