You are here

public static function ExtendedFieldComparatorWebTestCase::getInfo in Changed Fields API 7.2

Same name and namespace in other branches
  1. 7.3 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 array(
    'name' => 'Extended field comparator test',
    'description' => 'Test extended field comparator',
    'group' => 'Changed fields API',
  );
}