You are here

public static function FieldTokensFormattedTestCase::getInfo in Field tokens 7

@inheritdoc

File

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

Class

FieldTokensFormattedTestCase
Class FieldTokensFormattedTestCase

Code

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