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 2c84edb commit 1becc3fCopy full SHA for 1becc3f
1 file changed
tests/ext_test.php
@@ -29,11 +29,6 @@ public function test_ext()
29
->disableOriginalConstructor()
30
->getMock();
31
32
- $container->expects(self::once())
33
- ->method('get')
34
- ->with('dbal.conn')
35
- ->willReturn($this->createMock('\phpbb\db\driver\driver_interface'));
36
-
37
$ext = new \phpbb\ideas\ext(
38
$container,
39
$extension_finder,
0 commit comments