You are here

public function WorkspaceXmlBasicAuthTest::testPatchPath in Drupal 9

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

File

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php, line 46

Class

WorkspaceXmlBasicAuthTest
Test workspace entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\workspaces\Functional\EntityResource

Code

public function testPatchPath() {

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