public static function FeaturesEnableTestCase::getInfo in Features 7
Same name and namespace in other branches
- 7.2 tests/features.test \FeaturesEnableTestCase::getInfo()
Test info.
File
- tests/
features.test, line 180
Class
- FeaturesEnableTestCase
- Tests enabling of feature modules.
Code
public static function getInfo() {
return array(
'name' => t('Features enable tests'),
'description' => t('Run tests for enabling of features.'),
'group' => t('Features'),
);
}