public static function RestfulUserLoginCookieTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulUserLoginCookieTestCase.test \RestfulUserLoginCookieTestCase::getInfo()
File
- tests/
RestfulUserLoginCookieTestCase.test, line 27 - 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',
);
}