You are here

public function WorkspaceXmlCookieTest::testPatchPath in Workspace 8.2

File

tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php, line 36

Class

WorkspaceXmlCookieTest
Test workspace entities for XML requests.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

public function testPatchPath() {

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