function XmlEntityNormalizationQuirksTrait::testPatch
Same name in other branches
- 9 core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php \Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait::testPatch()
File
-
core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ XmlEntityNormalizationQuirksTrait.php, line 160
Class
- XmlEntityNormalizationQuirksTrait
- Trait for EntityResourceTestBase subclasses testing $format='xml'.
Namespace
Drupal\Tests\rest\Functional\EntityResourceCode
public function testPatch() {
// 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.