function TermResourceTestBase::setUp
Overrides EntityResourceTestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Functional/ Rest/ TermResourceTestBase.php, line 44
Class
- TermResourceTestBase
- Resource test base for taxonomy term entity.
Namespace
Drupal\Tests\taxonomy\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.