* use require_once for ProfilerStub.php, GlobalFunctions.php and Hooks.php, these...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 15 Jan 2010 16:55:00 +0000 (16:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 15 Jan 2010 16:55:00 +0000 (16:55 +0000)
commita66f92656ba6606de6c84d3fc95410718880103f
tree2d76673785dde3f1d867b69356bccda0d961c7ba
parentd76187944dae6ff83ff07b276f5ee82c16e5d183
* use require_once for ProfilerStub.php, GlobalFunctions.php and Hooks.php, these files might already be loaded when reaching this point
* always use the complete path (with $IP) when loading files with require(_once)
* include AutoLoader before LocalSettings.php as we do in WebStart.php
* don't load DefaultSettings.php, it's already done by LocalSettings.php
* define MW_PHPUNIT_TEST constant
* added a description for the file
tests/bootstrap.php