public static function PropertiesTemplateTestCase::getInfo in Dynamic properties 7
Implements getInfo().
File
- properties_template/
properties_template.test, line 95 - Contains tests for the properties_template.module
Class
- PropertiesTemplateTestCase
- Tests for fields integration.
Code
public static function getInfo() {
return array(
'name' => t('Properties templates'),
'description' => t('Tests for administrating and using templates.'),
'group' => t('Properties'),
);
}