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