function ModeratedNodeXmlAnonTest::testPatchPath
Tests PATCHing a node's path with and without 'create url aliases'.
For a positive test, see the similar test coverage for Term.
Overrides NodeResourceTestBase::testPatchPath
File
-
core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ ModeratedNode/ ModeratedNodeXmlAnonTest.php, line 34
Class
- ModeratedNodeXmlAnonTest
- @group rest
Namespace
Drupal\Tests\rest\Functional\EntityResource\ModeratedNodeCode
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.