public static function FeaturesDetectionTestCase::getInfo in Features 7.2
Test info.
File
- tests/
features.test, line 426 - Contains test classes for features module.
Class
- FeaturesDetectionTestCase
- Test detecting modules as features.
Code
public static function getInfo() {
return array(
'name' => t('Feature Detection tests'),
'description' => t('Run tests for detecting items as features.'),
'group' => t('Features'),
);
}