You are here

public static function ServicesResourceTaxonomyTests::getInfo in Services 6.3

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

Implementation of getInfo().

File

tests/functional/ServicesResourceTaxonomyTests.test, line 43

Class

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

Code

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