Skip to content

Commit 7ce4c9b

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix merge [AssetMapper] Split test dirs in tests Fix typo Change incorrect check for the `stateless` request attribute use copy() instead of rename() on Windows test: kebab-case to snake_case [PropertyInfo] Handle collection in PhpStan same as PhpDoc [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
2 parents 8c8c73c + 7ce19bb commit 7ce4c9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/AbstractAsciiTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,8 @@ public static function provideSnake()
10681068
['x_y', 'x_y'],
10691069
['x_y', 'X_Y'],
10701070
['xu_yo', 'xu_yo'],
1071+
['symfony_is_great', 'symfony-is-great'],
1072+
['symfony_is_great', 'symfony.is.great'],
10711073
['symfony_is_great', 'symfonyIsGreat'],
10721074
['symfony5_is_great', 'symfony5IsGreat'],
10731075
['symfony5is_great', 'symfony5isGreat'],

0 commit comments

Comments
 (0)