function UserHalLoginHttpTest::testLogin

Overrides UserLoginHttpTest::testLogin

File

core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php, line 38

Class

UserHalLoginHttpTest
Tests login and password reset via direct HTTP in hal_json format.

Namespace

Drupal\Tests\hal\Functional\user

Code

public function testLogin() {
    $this->doTestLogin('hal_json');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.