function CommentXmlAnonTest::testPostDxWithoutCriticalBaseFields

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

Overrides CommentResourceTestBase::testPostDxWithoutCriticalBaseFields

File

core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php, line 55

Class

CommentXmlAnonTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

public function testPostDxWithoutCriticalBaseFields() {
    // 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.