public static function UniqueFieldDateTestCase::getInfo in Unique field 7
File
- tests/date.test, line 11
- Functional tests for the Unique Field module with Date field types.
Class
- UniqueFieldDateTestCase
- @file
Functional tests for the Unique Field module with Date field types.
Code
public static function getInfo() {
return array(
'name' => 'Unique Field: Date module tests',
'description' => 'Ensure that the Unique Field module functions properly with Date field types.',
'group' => 'Unique Field',
);
}