You are here

public function TermXmlAnonTest::testPatchPath in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/Rest/TermXmlAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermXmlAnonTest::testPatchPath()
  2. 9 core/modules/taxonomy/tests/src/Functional/Rest/TermXmlAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermXmlAnonTest::testPatchPath()

Tests PATCHing a term's path.

For a negative test, see the similar test coverage for Node.

Overrides TermResourceTestBase::testPatchPath

See also

\Drupal\Tests\rest\Functional\EntityResource\Node\NodeResourceTestBase::testPatchPath()

File

core/modules/taxonomy/tests/src/Functional/Rest/TermXmlAnonTest.php, line 34

Class

TermXmlAnonTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

public function testPatchPath() {

  // Deserialization of the XML format is not supported.
  $this
    ->markTestSkipped();
}