function WorkspaceXmlAnonTest::testPatchPath
Same name in other branches
- 9 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceXmlAnonTest::testPatchPath()
- 8.9.x core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceXmlAnonTest::testPatchPath()
- 11.x 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 38
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();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.