diff --git a/tests/Functional/TestBundle/Form/Type/DateTimeFormType.php b/tests/Functional/TestBundle/Form/Type/DateTimeFormType.php index 15fe630..6e44665 100644 --- a/tests/Functional/TestBundle/Form/Type/DateTimeFormType.php +++ b/tests/Functional/TestBundle/Form/Type/DateTimeFormType.php @@ -72,12 +72,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'constraints' => array( new Constraints\NotBlank(), ), - 'placeholder' => array( - 'year' => 'Jahr', - 'month' => 'Monat', - 'day' => 'Tag' - ), - 'label' => 'Geburtstag', + 'label' => 'Birthday', )) ; }