You are here

public static function RestfulAuthenticationTestCase::getInfo in RESTful 7

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

File

tests/RestfulAuthenticationTestCase.test, line 24
Contains RestfulAuthenticationTestCase.

Class

RestfulAuthenticationTestCase
@file Contains RestfulAuthenticationTestCase.

Code

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