Skip to content

Commit 95b134a

Browse files
pesektomas66Ton99
authored andcommitted
fixup! clear tests
1 parent 8c80f19 commit 95b134a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tests/app/src/Form/TestForm.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
4242
new Constraints\Choice(['choices' => ['1', '2', '3'], 'message' => 'Please fill field correct value (1,2,3)']),
4343
],
4444
])
45-
->add('count', TextType::class, [
46-
'constraints' => [
47-
new Constraints\Count(['choices' => [1, 2, 3], 'message' => 'Please fill field correct value (1,2,3)']),
48-
],
49-
])
5045
->add('date', TextType::class, [
5146
'constraints' => [
5247
new Constraints\Date(['message' => 'Please fill valid date']),

0 commit comments

Comments
 (0)