1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/11465] Add phpBB module to test

PHPBB3-11465
This commit is contained in:
Joas Schilling
2013-04-10 13:07:25 +02:00
parent 11477a3f18
commit 6110380a35
3 changed files with 62 additions and 0 deletions

View File

@@ -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';