8000 [Yaml] Remove test on `Inline::parse(null)` by GromNaN · Pull Request #52353 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Yaml] Remove test on Inline::parse(null) #52353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix wrong yaml parse null test
Incomplete revert in eaff34a following b2e372d and bb5d49c
  • Loading branch information
GromNaN committed Oct 29, 2023
commit 9b101066a2e361f9919794a334a99d52b3500e28
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