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