Merge branch '5.1' into 5.2

* 5.1:
  add missing use statement
This commit is contained in:
Nicolas Grekas 2021-01-27 11:30:59 +01:00
commit 02d2834ec0

View File

@ -11,6 +11,7 @@
namespace Symfony\Bundle\FrameworkBundle\Tests\Controller;
use Doctrine\Persistence\ManagerRegistry;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
use Symfony\Component\DependencyInjection\Container;