You are here

public static function RestfulUserLoginCookieTestCase::getInfo in RESTful 7

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

File

tests/RestfulUserLoginCookieTestCase.test, line 24
Contains RestfulUserLoginCookieTestCase.

Class

RestfulUserLoginCookieTestCase
@file Contains RestfulUserLoginCookieTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Login endpoint',
    'description' => 'Test the "/api/login "endpoint.',
    'group' => 'RESTful',
  );
}