function CommentXmlBasicAuthTest::testPostSkipCommentApproval
Tests POSTing a comment with and without 'skip comment approval'.
Overrides CommentResourceTestBase::testPostSkipCommentApproval
File
-
core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentXmlBasicAuthTest.php, line 52
Class
- CommentXmlBasicAuthTest
- @group rest
Namespace
Drupal\Tests\comment\Functional\RestCode
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.