Skip to content

Commit 0536d4a

Browse files
Merge branch '5.2' into 5.x
* 5.2: Fix merge add missing use statement
2 parents c8d3f4e + 048006e commit 0536d4a

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)