We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657a8e2 commit 964bd57Copy full SHA for 964bd57
Tests/expectdeprecationfail.phpt
@@ -2,8 +2,8 @@
2
Test ExpectDeprecationTrait failing tests
3
--FILE--
4
<?php
5
-$test = realpath(__DIR__ . '/FailTests/ExpectDeprecationTraitTestFail.php');
6
-passthru(getenv('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR') . '/simple-phpunit --colors=never ' . $test);
+$test = realpath(__DIR__.'/FailTests/ExpectDeprecationTraitTestFail.php');
+passthru('php '.getenv('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR').'/simple-phpunit.php --colors=never '.$test);
7
?>
8
--EXPECTF--
9
PHPUnit %s by Sebastian Bergmann and contributors.
0 commit comments