You are here

public static function TokenExampleTestCase::getInfo in Examples for Developers 7

Same name and namespace in other branches
  1. 6 token_example/token_example.test \TokenExampleTestCase::getInfo()

File

token_example/token_example.test, line 20
Test cases for Testing the token example module.

Class

TokenExampleTestCase
Functional tests for the Token Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Token example functionality',
    'description' => 'Verify the token example interface.',
    'group' => 'Examples',
  );
}