You are here

public function WorkspaceXmlAnonTest::testPatchPath in Workspace 8.2

File

tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php, line 31

Class

WorkspaceXmlAnonTest
Test workspace entities for unauthenticated XML requests.

Namespace

Drupal\Tests\workspace\Functional\EntityResource

Code

public function testPatchPath() {

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