r72914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72913‎ | r72914 | r72915 >
Date:16:16, 13 September 2010
Author:demon
Status:ok
Tags:
Comment:
Need autoload classes, or extensions will fatal in tests
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/bootstrap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/bootstrap.php
@@ -9,7 +9,7 @@
1010
1111 // This file is not included in the global scope, but rather within a function, so we must global anything we need to
1212 // have access to in the global scope explicitly
13 -global $wgCommandLineMode, $IP, $optionsWithArgs, $wgProfiler;
 13+global $wgCommandLineMode, $IP, $optionsWithArgs, $wgProfiler, $wgAutoloadClasses;
1414
1515 // Evaluate the include path relative to this file
1616 $IP = dirname( dirname( dirname( dirname( __FILE__ ) ) ) );

Status & tagging log