You are here

public static function ServicesResourceTaxonomyTests::getInfo in Services 7.3

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

Implementation of getInfo().

File

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

Class

ServicesResourceTaxonomyTests
Taxonomy resource test class.

Code

public static function getInfo() {
  return array(
    'name' => 'Resource Taxonomy',
    'description' => 'Test the resource Taxonomy methods and actions.',
    'group' => 'Services',
    // The libraries module is required by rest_service, which is used by
    // ServicesEndpointTests.
    'dependencies' => array(
      'ctools',
      'libraries',
    ),
  );
}