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