You are here

public static function FieldTokensGeneralTestCase::getInfo in Field tokens 7

@inheritdoc

File

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

Class

FieldTokensGeneralTestCase
Class FieldTokensGeneralTestCase

Code

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