You are here

public static function ServicesSecurityTests::getInfo in Services 7.3

Implementation of getInfo().

File

tests/functional/ServicesSecurityTests.test, line 26

Class

ServicesSecurityTests

Code

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