function TermResourceTestBase::termResourceTestBaseSkipTests
Marks some tests as skipped because XML cannot be deserialized.
@before
File
-
core/
modules/ taxonomy/ tests/ src/ Functional/ Rest/ TermResourceTestBase.php, line 42
Class
Namespace
Drupal\Tests\taxonomy\Functional\RestCode
public function termResourceTestBaseSkipTests() : void {
if (static::$format === 'xml' && $this->name() === 'testPatchPath') {
$this->markTestSkipped('Deserialization of the XML format is not supported.');
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.