* Removed require/require_once from maintenance scripts where possible, replaced...
[lhc/web/wiklou.git] / maintenance / tests / bootstrap.php
1 <?php
2
3 if ( !defined( 'MW_PHPUNIT_TEST' ) ) {
4 echo "Please run PHPUnit via maintenance/tests/phpunit\n";
5 exit( 1 );
6 }