Преглед изворни кода

[Form] fixed failing unit test due

Brandon Turner пре 14 година
родитељ
комит
c3b89eeedd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php

+ 1 - 0
tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php

@@ -169,6 +169,7 @@ class DateTimeFieldTest extends DateTimeTestCase
             'with_seconds' => true,
         ));
 
+        $field->setLocale('de_AT');
         $field->setData(new \DateTime('2010-06-02 03:04:05 UTC'));
 
         $html = <<<EOF