8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03bd1bf + 8fa1cea commit 5b70cc8Copy full SHA for 5b70cc8
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