function CommentXmlBasicAuthTest::testPostSkipCommentApproval

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

Overrides CommentResourceTestBase::testPostSkipCommentApproval

File

core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php, line 52

Class

CommentXmlBasicAuthTest
@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.