Skip to content

Commit 048006e

Browse files
Merge branch '5.1' into 5.2
* 5.1: add missing use statement
2 parents 31277b4 + 16b73e1 commit 048006e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Controller/AbstractControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Controller;
1313

14+
use Doctrine\Persistence\ManagerRegistry;
1415
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1516
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
1617
use Symfony\Component\DependencyInjection\Container;

0 commit comments

Comments
 (0)