You are here

public static function ServicesArgumentsTestCase::getInfo in Services 7.3

Implements getInfo().

File

tests/functional/ServicesArgumentsTests.test, line 14

Class

ServicesArgumentsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Arguments handling',
    'description' => 'Test of arguments handling.',
    'group' => 'Services',
    // The libraries module is required by rest_service, which is used by
    // ServicesEndpointTests.
    'dependencies' => array(
      'ctools',
      'libraries',
    ),
  );
}