public function CommentXmlBasicAuthTest::testPostSkipCommentApproval in Drupal 8
Same name and namespace in other branches
- 9 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::testPostSkipCommentApproval()
- 10 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\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();
}