You are here

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

File

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

Class

UUIDSyncTestCase
Tests for the UUID synchronization.

Code

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