You are here

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

File

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

Class

UUIDTaxonomyTestCase
Tests the Taxonomy implementation.

Code

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