Merge branch '4.4' into 5.0

* 4.4:
  Add missing use statement
This commit is contained in:
Fabien Potencier 2019-12-01 10:14:07 +01:00
commit 32b5d07139

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Form\Tests;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
use Symfony\Component\Form\Form;
use Symfony\Component\Form\FormConfigInterface;
use Symfony\Component\Form\FormTypeExtensionInterface;