We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2675741 commit 2d19281Copy full SHA for 2d19281
Tests/Controller/ControllerTraitTest.php
@@ -518,7 +518,7 @@ public function testCreateFormBuilder()
518
519
public function testGetDoctrine()
520
{
521
- $doctrine = $this->getMockBuilder(ManagerRegistry::class)->getMock();
+ $doctrine = $this->createMock(ManagerRegistry::class);
522
523
$container = new Container();
524
$container->set('doctrine', $doctrine);
composer.json
@@ -32,6 +32,7 @@
32
"require-dev": {
33
"doctrine/annotations": "^1.10.4",
34
"doctrine/cache": "~1.0",
35
+ "doctrine/persistence": "^1.3",
36
"paragonie/sodium_compat": "^1.8",
37
"symfony/asset": "^3.4|^4.0|^5.0",
38
"symfony/browser-kit": "^4.3|^5.0",
0 commit comments