trailing whitespace fixup before I fix(??) a bug.
[lhc/web/wiklou.git] / tests / bootstrap.php
1 <?php
2
3 global $wgCommandLineMode, $IP;
4 $wgCommandLineMode = true;
5 $IP = dirname( dirname( __FILE__ ) );
6 define('MEDIAWIKI', 1);
7 ini_set( 'include_path', "$IP:" .ini_get( 'include_path' ) );
8
9 require ( "$IP/includes/Defines.php" );
10 require ( "$IP/includes/DefaultSettings.php" );
11 require ( "$IP/LocalSettings.php" );
12
13 require 'ProfilerStub.php';
14 require 'GlobalFunctions.php';
15 require 'Hooks.php';
16 require 'AutoLoader.php';