You are here

public static function NoAuthEndpointTestRunner::getInfo in Services 6.3

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

Implementation of getInfo().

File

tests/functional/NoAuthEndpointTestRunner.test, line 32
This subclass runs the tests with setUp set for services using no authentication. Tests are to be held in the parent class.

Class

NoAuthEndpointTestRunner
Sets conditions for a no-authentication set of endpoint test runs.

Code

public static function getInfo() {
  return array(
    'name' => t('Services Endpoint tests, no auth'),
    'description' => t('Test the endpoint functionality when no authentication is turned on'),
    'group' => t('Services'),
  );
}