You are here

public static function ServicesResourceNodetests::getInfo in Services 6.3

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

Implementation of getInfo().

File

tests/functional/ServicesResourceNodeTests.test, line 42

Class

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

Code

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