You are here

public function WorkspaceXmlBasicAuthTest::testPatchPath in Workspace 8.2

File

tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php, line 41

Class

WorkspaceXmlBasicAuthTest
Test workspace entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

public function testPatchPath() {

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