Skip to content

Commit 163e693

Browse files
committed
fix test
1 parent 47c8422 commit 163e693

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Controller/AbstractControllerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,9 @@ public function testCreateFormBuilder()
601601
$this->assertEquals($formBuilder, $controller->createFormBuilder('foo'));
602602
}
603603

604+
/**
605+
* @group legacy
606+
*/
604607
public function testGetDoctrine()
605608
{
606609
$doctrine = $this->createMock(ManagerRegistry::class);

0 commit comments

Comments
 (0)