You are here

public static function ServicesResourceDisabledTest::getInfo in Services 7.3

Implementation of getInfo().

File

tests/functional/ServicesResourceDisabledTests.test, line 18
Contains tests when a resource is disabled.

Class

ServicesResourceDisabledTest
Try to make a request to a disabled resource.

Code

public static function getInfo() {
  return array(
    'name' => 'Services Disabled Resource Test',
    'description' => 'Assert that a resource is disabled when a request is made to it.',
    'group' => 'Services',
    // The libraries module is required by rest_service, which is used by
    // ServicesEndpointTests.
    'dependencies' => array(
      'ctools',
      'libraries',
    ),
  );
}