You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -108,10 +108,10 @@ public function testReverseTransformEmpty()
108
108
109
109
publicfunctiontestReverseTransformWithGrouping()
110
110
{
111
-
// Since we test against "de_AT", we need the full implementation
111
+
// Since we test against "de_DE", we need the full implementation
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ public function testTransform($from, $to, $locale)
0 commit comments