public static function PropertiesTestCase::getInfo in Dynamic properties 7
Implements getInfo().
File
- ./properties.test, line 267 
- Contains tests for the properties.module
Class
- PropertiesTestCase
- Tests for fields integration.
Code
public static function getInfo() {
  return array(
    'name' => t('Properties creation'),
    'description' => t('Tests properties field type.'),
    'group' => t('Properties'),
  );
}