X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fphpunit.php;h=650cfcfa3a189b8de58fa12341a3cc8d8c1ee60d;hp=7cf042d0b803dd9b41ea93c9a5d8f25f9629db01;hb=7a547df7c08e0236ba09376cf786de747a4eb19c;hpb=c7246fc2017718ed5f8f3ae056be478678f8a021;ds=sidebyside diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 7cf042d0b8..650cfcfa3a 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -124,9 +124,9 @@ class PHPUnitMaintClass extends Maintenance { exit( 1 ); } - echo defined( 'HHVM_VERSION' ) ? + fwrite( STDERR, defined( 'HHVM_VERSION' ) ? 'Using HHVM ' . HHVM_VERSION . ' (' . PHP_VERSION . ")\n" : - 'Using PHP ' . PHP_VERSION . "\n"; + 'Using PHP ' . PHP_VERSION . "\n" ); // Prepare global services for unit tests. MediaWikiTestCase::prepareServices( new GlobalVarConfig() );