Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecbe5b7

Browse filesBrowse files
committed
Use PHPUnit 9.6 to run Symfony's test suite
1 parent 821f20b commit ecbe5b7
Copy full SHA for ecbe5b7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎phpunit

Copy file name to clipboardExpand all lines: phpunit
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
1010
exit(1);
1111
}
1212
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
13-
if (\PHP_VERSION_ID < 70200) {
14-
putenv('SYMFONY_PHPUNIT_VERSION=7.5');
15-
} elseif (\PHP_VERSION_ID < 70300) {
13+
if (\PHP_VERSION_ID < 70300) {
1614
putenv('SYMFONY_PHPUNIT_VERSION=8.5.26');
1715
} else {
18-
putenv('SYMFONY_PHPUNIT_VERSION=9.5');
16+
putenv('SYMFONY_PHPUNIT_VERSION=9.6');
1917
}
2018
}
2119
if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS') && \PHP_VERSION_ID >= 70300) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.