You are here

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

File

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

Class

UUIDEntityTestCase
Tests the Entity API functions.

Code

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