public static function ExtendedFieldComparatorWebTestCase::getInfo in Changed Fields API 7.3
Same name and namespace in other branches
- 7.2 tests/extended_field_comparator.test \ExtendedFieldComparatorWebTestCase::getInfo()
File
- tests/
extended_field_comparator.test, line 18 - Test extended field comparator.
Class
- ExtendedFieldComparatorWebTestCase
- Class CoreFieldsWebTestCase.
Code
public static function getInfo() {
return [
'name' => 'Extended field comparator test',
'description' => 'Test extended field comparator',
'group' => 'Changed fields API',
];
}