You are here

public static function ServicesResourceNodeTaxonomytests::getInfo in Services 7.3

Implementation of getInfo().

File

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

Class

ServicesResourceNodeTaxonomytests
Test create node with taxonomy terms attached.

Code

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