From c549a44ffcdf6d19949122eca19749eec1f0b09f Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 23 Jul 2024 12:10:05 +0200 Subject: [PATCH] rm empty stdClass test --- tests/Integration/Normalizer/NormalizerTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/Integration/Normalizer/NormalizerTest.php b/tests/Integration/Normalizer/NormalizerTest.php index 8a884c25..3edc0542 100644 --- a/tests/Integration/Normalizer/NormalizerTest.php +++ b/tests/Integration/Normalizer/NormalizerTest.php @@ -196,18 +196,9 @@ public static function normalize_basic_values_yields_expected_output_data_provid ]; yield 'empty stdClass' => [ - 'input' => (fn () => new stdClass())(), - 'expected array' => [], - 'expected json' => '[]', - ]; - - yield 'empty stdClass kept as object in json' => [ 'input' => (fn () => new stdClass())(), 'expected array' => [], 'expected json' => '{}', - [], - [], - JSON_FORCE_OBJECT ]; yield 'list' => [