function CommentXmlBasicAuthTest::testPostDxWithoutCriticalBaseFields
Same name in other branches
- 9 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::testPostDxWithoutCriticalBaseFields()
Overrides CommentResourceTestBase::testPostDxWithoutCriticalBaseFields
File
-
core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentXmlBasicAuthTest.php, line 44
Class
- CommentXmlBasicAuthTest
- @group rest
Namespace
Drupal\Tests\comment\Functional\RestCode
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.