You are here

public static function TokenBookTestCase::getInfo in Token 6

File

./token.test, line 552
Tests for the token module.

Class

TokenBookTestCase

Code

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