Skip to content

Commit b5cc997

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: [Form] fixed form tests when using 2.7 deps [TwigBridge] Fix bootstrap rendering when user explicitly use form_label Fixed HtmlDumper with long string Conflicts: src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php
2 parents f4bd495 + 4158baa commit b5cc997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Extension/Validator/Constraints/FormValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Symfony\Component\Form\Extension\Validator\Constraints\Form;
1919
use Symfony\Component\Form\Extension\Validator\Constraints\FormValidator;
2020
use Symfony\Component\Form\SubmitButtonBuilder;
21+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
2122
use Symfony\Component\Validator\Constraints\NotNull;
2223
use Symfony\Component\Validator\Constraints\NotBlank;
2324
use Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest;

0 commit comments

Comments
 (0)