Skip to content

Commit fc41bf5

Browse files
committed
minor symfony#52353 [Yaml] Remove test on Inline::parse(null) (GromNaN)
This PR was merged into the 6.4 branch. Discussion ---------- [Yaml] Remove test on `Inline::parse(null)` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#52334 | License | MIT This test was added by symfony#52332 It becomes wrong with symfony#52334 It was not reverted by symfony@eaff34a Commits ------- 9b10106 Fix wrong yaml parse null test
2 parents e400626 + 9b10106 commit fc41bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Yaml/Tests/InlineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public static function getTestsForParse()
318318
{
319319
return [
320320
['', ''],
321-
[null, ''],
322321
['null', null],
323322
['false', false],
324323
['true', true],

0 commit comments

Comments
 (0)