You are here

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

Implementation of getInfo().

File

uuid_services/uuid_services.file_services.test, line 20
Test the UUID File Services integration.

Class

UuidFileServicesTest
Test the UUID File Services integration.

Code

public static function getInfo() {
  return array(
    'name' => 'UUID File Services tests',
    'description' => 'Test the file services resource UUID methods and actions.',
    'group' => 'UUID',
  );
}