Skip to content

Commit 1becc3f

Browse files
committed
Fix tests
1 parent 2c84edb commit 1becc3f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/ext_test.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ public function test_ext()
2929
->disableOriginalConstructor()
3030
->getMock();
3131

32-
$container->expects(self::once())
33-
->method('get')
34-
->with('dbal.conn')
35-
->willReturn($this->createMock('\phpbb\db\driver\driver_interface'));
36-
3732
$ext = new \phpbb\ideas\ext(
3833
$container,
3934
$extension_finder,

0 commit comments

Comments
 (0)