You are here

public function UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields()
  2. 10 core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields()

Tests PATCHing security-sensitive base fields of the logged in account.

Overrides UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields

File

core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php, line 44

Class

UserXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

public function testPatchDxForSecuritySensitiveBaseFields() {

  // Deserialization of the XML format is not supported.
  $this
    ->markTestSkipped();
}