File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $test = realpath(__DIR__.'/FailTests/ExpectDeprecationTraitTestFail.php');
66passthru ('php ' .getenv ('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR ' ).'/simple-phpunit.php --colors=never ' .$ test );
77?>
88--EXPECTF--
9- PHPUnit %s by Sebastian Bergmann and contributors.
9+ PHPUnit %s
1010
1111%ATesting Symfony\Bridge\PhpUnit\Tests\FailTests\ExpectDeprecationTraitTestFail
1212FF 2 / 2 (100%)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $test = realpath(__DIR__.'/FailTests/NoAssertionsTestRisky.php');
88passthru ('php ' .getenv ('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR ' ).'/simple-phpunit.php --fail-on-risky --colors=never ' .$ test );
99?>
1010--EXPECTF--
11- PHPUnit %s by Sebastian Bergmann and contributors.
11+ PHPUnit %s
1212
1313%ATesting Symfony\Bridge\PhpUnit\Tests\FailTests\NoAssertionsTestRisky
1414R. 2 / 2 (100%)
You can’t perform that action at this time.
0 commit comments