You are here

public static function ServicesResourceSystemTests::getInfo in Services 6.3

Same name and namespace in other branches
  1. 7.3 tests/functional/ServicesResourceSystemTests.test \ServicesResourceSystemTests::getInfo()

Implementation of getInfo().

File

tests/functional/ServicesResourceSystemTests.test, line 42

Class

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

Code

public static function getInfo() {
  return array(
    'name' => t('Resource System'),
    'description' => t('Test the resource System methods.'),
    'group' => t('Services'),
  );
}