We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4695f commit 8fa1ceaCopy full SHA for 8fa1cea
src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php
@@ -18,7 +18,6 @@
18
use Symfony\Component\Form\Extension\Validator\ValidatorExtension;
19
use Symfony\Component\Form\FormBuilderInterface;
20
use Symfony\Component\Form\FormFactoryBuilder;
21
-use Symfony\Component\Form\Test\ForwardCompatTestTrait;
22
use Symfony\Component\OptionsResolver\OptionsResolver;
23
use Symfony\Component\Validator\Constraints\Collection;
24
use Symfony\Component\Validator\Constraints\Expression;
@@ -32,8 +31,6 @@
32
31
33
class FormValidatorFunctionalTest extends TestCase
34
{
35
- use ForwardCompatTestTrait;
36
-
37
private $validator;
38
private $formFactory;
39
0 commit comments