1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12006] Test for ext module auth

PHPBB3-12006
This commit is contained in:
Nathan Guse
2013-12-30 12:32:48 -06:00
parent 05cf83aca7
commit 6ab12c1779
2 changed files with 42 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ class a_info
'title' => 'Foobar',
'version' => '3.1.0-dev',
'modes' => array(
'config' => array('title' => 'Config', 'auth' => '', 'cat' => array('ACP_MODS')),
'config' => array('title' => 'Config', 'auth' => 'ext_vendor2/foo', 'cat' => array('ACP_MODS')),
),
);
}