X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FRest%2FCommentXmlAnonTest.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FRest%2FCommentXmlAnonTest.php;h=22c1b858f5e35a75345f91010085cb36253e6dd1;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=0000000000000000000000000000000000000000;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php b/web/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php new file mode 100644 index 000000000..22c1b858f --- /dev/null +++ b/web/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php @@ -0,0 +1,63 @@ +markTestSkipped(); + } + + /** + * {@inheritdoc} + */ + public function testPostSkipCommentApproval() { + // Deserialization of the XML format is not supported. + $this->markTestSkipped(); + } + +}