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