r74784 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74783‎ | r74784 | r74785 >
Date:17:06, 14 October 2010
Author:pdhanda
Status:ok
Tags:
Comment:
Added missing file for r74780
Modified paths:
  • /trunk/phase3/maintenance/tests/selenium/SimpleSeleniumConfig.php (added) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/selenium/SimpleSeleniumConfig.php
@@ -0,0 +1,15 @@
 2+<?php
 3+class SimpleSeleniumConfig {
 4+
 5+ public static function getSettings(&$includeFiles, &$globalConfigs) {
 6+ $includes = array(
 7+ 'skins/Chick.php'
 8+ );
 9+ $configs = array(
 10+ 'wgDefaultSkin' => 'chick'
 11+ );
 12+ $includeFiles = array_merge( $includeFiles, $includes );
 13+ $globalConfigs = array_merge( $globalConfigs, $configs);
 14+ return true;
 15+ }
 16+}
\ No newline at end of file

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

Status & tagging log