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