X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fphpunit.php;h=65445447f5ddc5f47bacf24dfd17862701c18eda;hb=9a4fa97b94f818a8ee3159b46c769f8f85101423;hp=d5a19c287dc12cf5128e2c9db1b2f01361df25ba;hpb=8df18bbd1362002f821727bf5db4291c4d9a7b08;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index d5a19c287d..65445447f5 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -58,9 +58,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" ); // Tell PHPUnit to ignore options meant for MediaWiki $ignore = [];