function EnableModuleWithoutDependencyTest::get_info in SimpleTest 6
Implementation of get_info() for information
File
- tests/
modules_system.test, line 99
Class
Code
function get_info() {
return array(
'name' => t('Enable module without required dependencies'),
'desc' => 'Attempts to enable the forum module without enabling dependencies.',
'group' => 'Modules',
);
}