X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FFunctional%2FEntityResource%2FUser%2FUserXmlCookieTest.php;fp=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FFunctional%2FEntityResource%2FUser%2FUserXmlCookieTest.php;h=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=3e01ce096f9ac6eb52d23525db4a13f97098b415;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php deleted file mode 100644 index 3e01ce096..000000000 --- a/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php +++ /dev/null @@ -1,47 +0,0 @@ -markTestSkipped(); - } - - /** - * {@inheritdoc} - */ - public function testPatchSecurityOtherUser() { - // Deserialization of the XML format is not supported. - $this->markTestSkipped(); - } - -}