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' => [