minor #39994 [FrameworkBundle] add missing use statement (xabbuh)

This PR was merged into the 5.1 branch.

Discussion
----------

[FrameworkBundle] add missing use statement

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

cfab105930 add missing use statement
This commit is contained in:
Nicolas Grekas 2021-01-27 11:30:37 +01:00
commit fcf07ae008

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;