You are here

public function CommentXmlCookieTest::testPostSkipCommentApproval in Drupal 9

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

Tests POSTing a comment with and without 'skip comment approval'.

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();
}