public function WorkspaceXmlAnonTest::testPatchPath in Drupal 9
Same name and namespace in other branches
- 8 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceXmlAnonTest::testPatchPath()
File
- core/
modules/ workspaces/ tests/ src/ Functional/ EntityResource/ WorkspaceXmlAnonTest.php, line 36
Class
- WorkspaceXmlAnonTest
- Test workspace entities for unauthenticated XML requests.
Namespace
Drupal\Tests\workspaces\Functional\EntityResourceCode
public function testPatchPath() {
// Deserialization of the XML format is not supported.
$this
->markTestSkipped();
}