8000 [Serializer] fix typo · tigr1991/symfony@a876748 · GitHub
[go: up one dir, main page]

Skip to content< 8000 /a>
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit a876748

Browse files
[Serializer] fix typo
1 parent 805449d commit a876748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ public function testBOMCanNotBeAddedToNonUtf8Csv()
614614
$value = [mb_convert_encoding('ÄÖÜ', 'ISO-8859-1', 'UTF-8')];
615615

616616
$this->expectException(UnexpectedValueException::class);
617-
$this->expectExceptionMessage('You are trying to add an UTF-8 BOM to a non UTF-8 text.');
617+
$this->expectExceptionMessage('You are trying to add a UTF-8 BOM to a non UTF-8 text.');
618618
$this->encoder->encode($value, 'csv', [CsvEncoder::OUTPUT_UTF8_BOM_KEY => true]);
619619
}
620620

0 commit comments

Comments
 (0)
0