You are here

public static function FieldTokensPropertyTestCase::getInfo in Field tokens 7

@inheritdoc

File

tests/field_tokens.test, line 145
Tests for the Field tokens module.

Class

FieldTokensPropertyTestCase
Class FieldTokensPropertyTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Field property tokens',
    'description' => 'Tests the Field property tokens.',
    'group' => 'Field tokens',
  );
}