소스 검색

[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