http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72914

Revision: 72914
Author:   demon
Date:     2010-09-13 16:16:04 +0000 (Mon, 13 Sep 2010)

Log Message:
-----------
Need autoload classes, or extensions will fatal in tests

Modified Paths:
--------------
    trunk/phase3/maintenance/tests/phpunit/bootstrap.php

Modified: trunk/phase3/maintenance/tests/phpunit/bootstrap.php
===================================================================
--- trunk/phase3/maintenance/tests/phpunit/bootstrap.php        2010-09-13 
16:08:14 UTC (rev 72913)
+++ trunk/phase3/maintenance/tests/phpunit/bootstrap.php        2010-09-13 
16:16:04 UTC (rev 72914)
@@ -9,7 +9,7 @@
 
 // This file is not included in the global scope, but rather within a 
function, so we must global anything we need to
 // have access to in the global scope explicitly
-global $wgCommandLineMode, $IP, $optionsWithArgs, $wgProfiler;
+global $wgCommandLineMode, $IP, $optionsWithArgs, $wgProfiler, 
$wgAutoloadClasses;
 
 // Evaluate the include path relative to this file
 $IP = dirname( dirname( dirname( dirname( __FILE__ ) ) ) );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to