public static function ForumAccess14AllOffConfigurationTestCase::getInfo in Forum Access 7
Overrides ForumTestCase::getInfo
File
- tests/
forum_access.test, line 221
Class
- ForumAccess14AllOffConfigurationTestCase
- All-OFF configuration test for the Forum Access module.
Code
public static function getInfo() {
return array(
'name' => '4. Forum Access All-OFF Configuration',
'description' => 'Test access for the configuration with all access withheld.',
'group' => 'Forum Access',
);
}