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');
6
6
passthru ('php ' .getenv ('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR ' ).'/simple-phpunit.php --colors=never ' .$ test );
7
7
?>
8
8
--EXPECTF--
9
- PHPUnit %s by Sebastian Bergmann and contributors.
9
+ PHPUnit %s
10
10
11
11
%ATesting Symfony\Bridge\PhpUnit\Tests\FailTests\ExpectDeprecationTraitTestFail
12
12
FF 2 / 2 (100%)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $test = realpath(__DIR__.'/FailTests/NoAssertionsTestRisky.php');
8
8
passthru ('php ' .getenv ('SYMFONY_SIMPLE_PHPUNIT_BIN_DIR ' ).'/simple-phpunit.php --fail-on-risky --colors=never ' .$ test );
9
9
?>
10
10
--EXPECTF--
11
- PHPUnit %s by Sebastian Bergmann and contributors.
11
+ PHPUnit %s
12
12
13
13
%ATesting Symfony\Bridge\PhpUnit\Tests\FailTests\NoAssertionsTestRisky
14
14
R. 2 / 2 (100%)
You can’t perform that action at this time.
0 commit comments