function CommentXmlCookieTest::testPostSkipCommentApproval

Same name in other branches
  1. 9 core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlCookieTest::testPostSkipCommentApproval()

Overrides CommentResourceTestBase::testPostSkipCommentApproval

File

core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php, line 47

Class

CommentXmlCookieTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

public function testPostSkipCommentApproval() {
    // Deserialization of the XML format is not supported.
    $this->markTestSkipped();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.