You are here

public static function DefaultFieldComparatorWebTestCase::getInfo in Changed Fields API 7.3

Same name and namespace in other branches
  1. 7.2 tests/default_field_comparator.test \DefaultFieldComparatorWebTestCase::getInfo()

File

tests/default_field_comparator.test, line 18
Test default field comparator.

Class

DefaultFieldComparatorWebTestCase
Class DefaultFieldComparatorWebTestCase.

Code

public static function getInfo() {
  return [
    'name' => 'Default field comparator test',
    'description' => 'Test default field comparator',
    'group' => 'Changed fields API',
  ];
}