Skip to content

Commit

Permalink
test: remove duplicated test
Browse files Browse the repository at this point in the history
Was added in ba22b52
  • Loading branch information
romm committed Sep 16, 2024
1 parent 9dd9762 commit 3c298ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Integration/Normalizer/NormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,6 @@ public static function normalize_basic_values_yields_expected_output_data_provid
'expected json' => '{"foo":"foo","bar":"bar"}',
];

yield 'empty stdClass' => [
'input' => (fn () => new stdClass())(),
'expected array' => [],
'expected json' => '{}',
];

yield 'list' => [
'input' => ['foo', 'bar'],
'expected array' => ['foo', 'bar'],
Expand Down

0 comments on commit 3c298ef

Please sign in to comment.