public function CommentXmlCookieTest::testPostSkipCommentApproval in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlCookieTest::testPostSkipCommentApproval()
 - 9 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\RestCode
public function testPostSkipCommentApproval() {
  // Deserialization of the XML format is not supported.
  $this
    ->markTestSkipped();
}