You are here

public function UserXmlCookieTest::testPatchSecurityOtherUser in Drupal 9

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

Tests PATCHing security-sensitive base fields to change other users.

Overrides UserResourceTestBase::testPatchSecurityOtherUser

File

core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php, line 47

Class

UserXmlCookieTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

public function testPatchSecurityOtherUser() {

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