Use Symfony formatter for currency symbol placement (#542)
This commit is contained in:
committed by
Kevin Papst
parent
b2587c71b8
commit
616d514d5a
@@ -31,7 +31,7 @@ class CsvRendererTest extends AbstractRendererTest
|
||||
public function getTestModel()
|
||||
{
|
||||
return [
|
||||
['01:50 h', '2,437.12 €', '1,947.99 €', 7, 5, 1, 2, 2]
|
||||
['01:50 h', '€2,437.12', '€1,947.99', 7, 5, 1, 2, 2]
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user