X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FFunctional%2FEntityResource%2FUser%2FUserXmlBasicAuthTest.php;fp=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FFunctional%2FEntityResource%2FUser%2FUserXmlBasicAuthTest.php;h=2281d335350cc2f66d6ac8b45c375494f876e206;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php new file mode 100644 index 000000000..2281d3353 --- /dev/null +++ b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php @@ -0,0 +1,52 @@ +markTestSkipped(); + } + + /** + * {@inheritdoc} + */ + public function testPatchSecurityOtherUser() { + // Deserialization of the XML format is not supported. + $this->markTestSkipped(); + } + +}