public function UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields in Drupal 8
Same name and namespace in other branches
- 9 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\RestCode
public function testPatchDxForSecuritySensitiveBaseFields() {
// Deserialization of the XML format is not supported.
$this
->markTestSkipped();
}