diff --git a/src/Symfony/Component/Yaml/Tests/InlineTest.php b/src/Symfony/Component/Yaml/Tests/InlineTest.php index ba8dd71068ff5..90db099c38ef7 100644 --- a/src/Symfony/Component/Yaml/Tests/InlineTest.php +++ b/src/Symfony/Component/Yaml/Tests/InlineTest.php @@ -318,7 +318,6 @@ public static function getTestsForParse() { return [ ['', ''], - [null, ''], ['null', null], ['false', false], ['true', true],