You are here

public static function RestWSBasicAuthTestCase::getInfo in RESTful Web Services 7

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

File

restws_basic_auth/restws_basic_auth.test, line 13
RESTWS Basic Auth tests.

Class

RestWSBasicAuthTestCase
@file RESTWS Basic Auth tests.

Code

public static function getInfo() {
  return array(
    'name' => 'RESTWS Basic Auth',
    'description' => 'Tests page caching with Basic Authentication.',
    'group' => 'Services',
  );
}