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 fe1d458 commit 49f541fCopy full SHA for 49f541f
tests/UnitTest/SymfonyContainerBridgeTest.php
@@ -19,7 +19,7 @@ public function testHasFallback()
19
{
20
$wrapper = new SymfonyContainerBridge();
21
22
- $fallback = $this->getMockForAbstractClass(ContainerInterface::class);
+ $fallback = $this->getMockForAbstractClass('Interop\Container\ContainerInterface');
23
$fallback->expects($this->once())
24
->method('has')
25
->with('foo')
@@ -34,7 +34,7 @@ public function testGetFallback()
34
35
36
37
38
39
->method('get')
40
0 commit comments