[ticket/239] Do not test access to the upload module

B3P-239
This commit is contained in:
Marc Alexander
2014-06-09 15:11:12 +02:00
parent 9712518f2b
commit 923574566b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class portal_info
'modes' => array( 'modes' => array(
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
//'upload_module' => array('title' => 'ACP_PORTAL_UPLOAD', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), // 'upload_module' => array('title' => 'ACP_PORTAL_UPLOAD', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
), ),
); );
} }

View File

@@ -25,7 +25,7 @@ class phpbb_functional_portal_acp_test extends \board3\portal\tests\testframewor
return array( return array(
array('config'), array('config'),
array('modules'), array('modules'),
array('upload_module'), // array('upload_module'),
); );
} }