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 e05cbd0 commit 9811689Copy full SHA for 9811689
tests/spec/PathTest.php
@@ -228,6 +228,9 @@ public function testPathParametersAreArrays()
228
229
if (static::majorSymfonyYamlVersion() == 6) {
230
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6.yml";
231
+ if (version_compare(PHP_VERSION, '8.1', '>=')) {
232
+ $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-7.yml";
233
+ }
234
} elseif (static::majorSymfonyYamlVersion() == 5) {
235
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-5.yml";
236
}
0 commit comments