Skip to content

Commit 31977d3

Browse files
Fix tests
1 parent 216b07b commit 31977d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/expectdeprecationfail.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $test = realpath(__DIR__.'/FailTests/ExpectDeprecationTraitTestFail.php');
66
passthru('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
1212
FF 2 / 2 (100%)

Tests/expectrisky.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $test = realpath(__DIR__.'/FailTests/NoAssertionsTestRisky.php');
88
passthru('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
1414
R. 2 / 2 (100%)

0 commit comments

Comments
 (0)