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