X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fbootstrap.php;h=d929b79d1ed78d8886e57b090f0d084fb307983d;hb=3c264c8d626608c7411ca727667cb830eb0a9f8b;hp=ea8387c52f09ba9414145279768af23b7daffc77;hpb=331bcf6ac9a5df389a0196ee71418d7620d34278;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index ea8387c52f..d929b79d1e 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -11,5 +11,5 @@ if ( !defined( 'MW_PHPUNIT_TEST' ) ) { You are running these tests directly from phpunit. You may not have all globals correctly set. Running phpunit.php instead is recommended. EOF; - require_once( __DIR__ . "/phpunit.php" ); + require_once __DIR__ . "/phpunit.php"; }