Skip to content

Commit ed03986

Browse files
Fix merge
1 parent 60a96da commit ed03986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/AbstractControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ public function testCreateFormBuilder()
532532

533533
public function testGetDoctrine()
534534
{
535-
$doctrine = $this->getMockBuilder(interface_exists(ManagerRegistry::class) ? ManagerRegistry::class : LegacyManagerRegistry::class)->getMock();
535+
$doctrine = $this->getMockBuilder('Doctrine\Persistence\ManagerRegistry')->getMock();
536536

537537
$container = new Container();
538538
$container->set('doctrine', $doctrine);

0 commit comments

Comments
 (0)