aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/modules_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-10 13:07:25 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-10 13:07:25 +0200
commit6110380a35ec2bca1dc953e8dfd67b1131bb1e59 (patch)
tree95e2b31afa7a2d0ec5f92e7f1248c4362f5e18be /tests/extension/modules_test.php
parent11477a3f18078625d79205e4ab488a25ead7d15d (diff)
downloadforums-6110380a35ec2bca1dc953e8dfd67b1131bb1e59.tar
forums-6110380a35ec2bca1dc953e8dfd67b1131bb1e59.tar.gz
forums-6110380a35ec2bca1dc953e8dfd67b1131bb1e59.tar.bz2
forums-6110380a35ec2bca1dc953e8dfd67b1131bb1e59.tar.xz
forums-6110380a35ec2bca1dc953e8dfd67b1131bb1e59.zip
[ticket/11465] Add phpBB module to test
PHPBB3-11465
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';