public static function UuidUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php, line 25
Definition of Drupal\system\Tests\Uuid\UuidUnitTest.

Class

UuidUnitTest
Tests the Drupal\Component\Uuid\Uuid class.

Namespace

Drupal\system\Tests\Uuid

Code

public static function getInfo() {
  return array(
    'name' => 'UUID handling',
    'description' => "Test the handling of Universally Unique IDentifiers (UUIDs).",
    'group' => 'UUID',
  );
}