You are here

public static function UUIDTokenFunctionalityTestCase::getInfo in Universally Unique IDentifier 6

File

./uuid.test, line 675
Functionality tests for UUID module.

Class

UUIDTokenFunctionalityTestCase
Test uuid and token integration.

Code

public static function getInfo() {

  // Include dependencies to be handled by the testbot.
  return array(
    'name' => 'Token integration testcase',
    'description' => 'Test UUID token integration.',
    'group' => 'UUID',
    'dependencies' => array(
      'token',
    ),
  );
}