function NodeResourceTestBase::setUp
Overrides EntityResourceTestBase::setUp
File
-
core/
modules/ node/ tests/ src/ Functional/ Rest/ NodeResourceTestBase.php, line 49
Class
- NodeResourceTestBase
- Resource test base for the node entity.
Namespace
Drupal\Tests\node\Functional\RestCode
protected function setUp() : void {
if (static::$format === 'xml' && $this->name() === 'testPatchPath') {
$this->markTestSkipped('Deserialization of the XML format is not supported.');
}
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.