Skip to content

Commit 27bf4a8

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: add missing assertion
2 parents 84061f1 + f77f78e commit 27bf4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ public function testDecodeEmptyData()
214214

215215
public function testMultipleEmptyHeaderNamesWithSeparator()
216216
{
217-
$this->encoder->decode(',.
218-
,', 'csv');
217+
$this->assertSame([['', [1 => '']]], $this->encoder->decode(',.
218+
,', 'csv'));
219219
}
220220

221221
public function testEncodeVariableStructure()

0 commit comments

Comments
 (0)