Skip to content

Commit

Permalink
minor #52353 [Yaml] Remove test on Inline::parse(null) (GromNaN)
Browse files Browse the repository at this point in the history
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 #52334
| License       | MIT

This test was added by #52332
It becomes wrong with #52334
It was not reverted by eaff34a

Commits
-------

9b10106 Fix wrong yaml parse null test
  • Loading branch information
xabbuh committed Oct 29, 2023
2 parents e400626 + 9b10106 commit fc41bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/Yaml/Tests/InlineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ public static function getTestsForParse()
{
return [
['', ''],
[null, ''],
['null', null],
['false', false],
['true', true],
Expand Down

0 comments on commit fc41bf5

Please sign in to comment.