You are here

public static function RestfulAuthenticationTestCase::getInfo in RESTful 7.2

Same name and namespace in other branches
  1. 7 tests/RestfulAuthenticationTestCase.test \RestfulAuthenticationTestCase::getInfo()

File

tests/RestfulAuthenticationTestCase.test, line 48
Contains RestfulAuthenticationTestCase.

Class

RestfulAuthenticationTestCase
Class RestfulAuthenticationTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Authentication',
    'description' => 'Test the request authentication.',
    'group' => 'RESTful',
  );
}