MediaWiki  REL1_22
bootstrap.php
Go to the documentation of this file.
00001 <?php
00009 if ( !defined( 'MW_PHPUNIT_TEST' ) ) {
00010     echo <<<EOF
00011 You are running these tests directly from phpunit. You may not have all globals correctly set.
00012 Running phpunit.php instead is recommended.
00013 EOF;
00014     require_once __DIR__ . "/phpunit.php";
00015 }