You are here

protected static property RestRegisterUserTest::$auth in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/RestRegisterUserTest.php \Drupal\Tests\user\Functional\RestRegisterUserTest::auth

The authentication mechanism to use in this test.

(The default is 'cookie' because that doesn't depend on any module.)

Type: string

Overrides ResourceTestBase::$auth

File

core/modules/user/tests/src/Functional/RestRegisterUserTest.php, line 43

Class

RestRegisterUserTest
Tests user registration via REST resource.

Namespace

Drupal\Tests\user\Functional

Code

protected static $auth = 'cookie';