Skip to content

Commit

Permalink
Fixed issue with minimum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
boekkooi committed Mar 30, 2016
1 parent 0906188 commit 7a54daf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/Functional/TestBundle/Form/Type/DateTimeFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
))
;
}
Expand Down

0 comments on commit 7a54daf

Please sign in to comment.