From 6ab12c17790033366a05f765a4a03b14a2d3d3b6 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 30 Dec 2013 12:32:48 -0600 Subject: [ticket/12006] Test for ext module auth PHPBB3-12006 --- tests/extension/ext/vendor2/foo/acp/a_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/extension/ext/vendor2/foo/acp') diff --git a/tests/extension/ext/vendor2/foo/acp/a_info.php b/tests/extension/ext/vendor2/foo/acp/a_info.php index 27e67c1556..e1eaa340b7 100644 --- a/tests/extension/ext/vendor2/foo/acp/a_info.php +++ b/tests/extension/ext/vendor2/foo/acp/a_info.php @@ -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')), ), ); } -- cgit v1.2.1