function TermXmlCookieTest::testPatchPath

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermXmlCookieTest::testPatchPath()
  2. 8.9.x core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermXmlCookieTest::testPatchPath()
  3. 10 core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermXmlCookieTest::testPatchPath()

Overrides TermResourceTestBase::testPatchPath

File

core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php, line 42

Class

TermXmlCookieTest
@group rest @group #slow

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

public function testPatchPath() : void {
    // 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.