Skip to content

Commit 311be38

Browse files
committed
Fix extension manager arguments in ext_test
1 parent f608cb2 commit 311be38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ext_test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ protected function create_extension_manager()
8585
$container,
8686
$db,
8787
$config,
88-
new \phpbb\filesystem\filesystem(),
88+
$this->createMock('\phpbb\finder\factory'),
8989
'phpbb_ext',
9090
$phpbb_root_path,
91-
$php_ext,
9291
null
9392
);
9493
}

0 commit comments

Comments
 (0)