aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/modules_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/modules_test.php')
-rw-r--r--tests/extension/modules_test.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extension/modules_test.php b/tests/extension/modules_test.php
index 36f54fde32..9849ad2ca4 100644
--- a/tests/extension/modules_test.php
+++ b/tests/extension/modules_test.php
@@ -53,6 +53,14 @@ class phpbb_extension_modules_test extends phpbb_test_case
'config' => array('title' => 'Config', 'auth' => '', 'cat' => array('ACP_MODS')),
),
),
+ 'acp_foobar' => array(
+ 'filename' => 'acp_foobar',
+ 'title' => 'ACP Foobar',
+ 'version' => '3.1.0-dev',
+ 'modes' => array(
+ 'test' => array('title' => 'Test', 'auth' => '', 'cat' => array('ACP_GENERAL')),
+ ),
+ ),
), $acp_modules);
$this->acp_modules->module_class = 'mcp';