public static function FeaturesEnableTestCase::getInfo in Features 7.2
Same name and namespace in other branches
- 7 tests/features.test \FeaturesEnableTestCase::getInfo()
Test info.
File
- tests/
features.test, line 302 - Contains test classes for features module.
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'),
'dependencies' => array(
'views',
'strongarm',
),
);
}