You are here

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

File

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

Class

UUIDFunctionalityTestCase
Test basic uuid resolver functionality.

Code

public static function getInfo() {

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