You are here

public static function UUIDV5TestCase::getInfo in Universally Unique IDentifier 7

File

./uuid.test, line 127
Test suite for UUID module.

Class

UUIDV5TestCase
Tests the UUID API functions.

Code

public static function getInfo() {
  return array(
    'name' => 'UUID v5',
    'description' => 'Tests the UUID v5 function.',
    'group' => 'UUID',
  );
}