[ticket/289] Add missing class variable to modules_helper

This commit is contained in:
Marc Alexander
2014-07-24 17:51:16 +02:00
parent 7f887b872c
commit d554480697
6 changed files with 15 additions and 5 deletions

View File

@@ -24,8 +24,9 @@ class board3_includes_modules_helper_test extends \board3\portal\tests\testframe
parent::setUp();
$auth = new \phpbb\auth\auth();
$config = new \phpbb\config\config(array());
$this->modules_helper = new \board3\portal\includes\modules_helper($auth);
$this->modules_helper = new \board3\portal\includes\modules_helper($auth, $config);
}
public function data_get_disallowed_forums()