You are here

public static function ServicesVersionTests::getInfo in Services 7.3

Implementation of getInfo().

File

tests/functional/ServicesVersionTests.test, line 35
Call the endpoint tests when no authentication is being used.

Class

ServicesVersionTests
Run test cases for the endpoint with no authentication turned on.

Code

public static function getInfo() {
  return array(
    'name' => 'Version System',
    'description' => 'Test the Version system',
    'group' => 'Services',
    // The libraries module is required by rest_service, which is used by
    // ServicesEndpointTests.
    'dependencies' => array(
      'ctools',
      'libraries',
    ),
  );
}