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