You are here

class UserJsonBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\UserJsonBasicAuthTest
  2. 9 core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\UserJsonBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of UserJsonBasicAuthTest

File

core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php, line 10

Namespace

Drupal\Tests\user\Functional\Rest
View source
class UserJsonBasicAuthTest extends UserResourceTestBase {
  use BasicAuthResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Members

Namesort descending Modifiers Type Description Overrides
BasicAuthResourceTestTrait::assertAuthenticationEdgeCases protected function 1
BasicAuthResourceTestTrait::assertResponseWhenMissingAuthentication protected function 1
BasicAuthResourceTestTrait::getAuthenticationRequestOptions protected function
UserJsonBasicAuthTest::$auth protected static property
UserJsonBasicAuthTest::$defaultTheme protected property
UserJsonBasicAuthTest::$format protected static property
UserJsonBasicAuthTest::$mimeType protected static property
UserJsonBasicAuthTest::$modules protected static property Overrides UserResourceTestBase::$modules
UserResourceTestBase::$entity protected property
UserResourceTestBase::$entityTypeId protected static property
UserResourceTestBase::$firstCreatedEntityId protected static property
UserResourceTestBase::$labelFieldName protected static property
UserResourceTestBase::$patchProtectedFieldNames protected static property
UserResourceTestBase::$secondCreatedEntityId protected static property
UserResourceTestBase::assertRpcLogin protected function Verifies that logging in with the given username and password works.
UserResourceTestBase::createAnotherEntity protected function
UserResourceTestBase::createEntity protected function
UserResourceTestBase::getExpectedCacheContexts protected function
UserResourceTestBase::getExpectedNormalizedEntity protected function
UserResourceTestBase::getExpectedUnauthorizedAccessMessage protected function
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability protected function
UserResourceTestBase::getNormalizedPostEntity protected function
UserResourceTestBase::setUpAuthorization protected function
UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields public function Tests PATCHing security-sensitive base fields of the logged in account. 3
UserResourceTestBase::testPatchSecurityOtherUser public function Tests PATCHing security-sensitive base fields to change other users. 2