You are here

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

File

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

Class

UUIDNodeTestCase
Tests the Node implementation.

Code

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