You are here

public function WorkspaceXmlAnonTest::testPatchPath in Drupal 10

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

File

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php, line 36

Class

WorkspaceXmlAnonTest
Test workspace entities for unauthenticated XML requests.

Namespace

Drupal\Tests\workspaces\Functional\EntityResource

Code

public function testPatchPath() {

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