You are here

public function WorkspaceXmlCookieTest::testPatchPath in Drupal 8

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

File

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php, line 41

Class

WorkspaceXmlCookieTest
Test workspace entities for XML requests.

Namespace

Drupal\Tests\workspaces\Functional\EntityResource

Code

public function testPatchPath() {

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