public function NodeXmlBasicAuthTest::testPatchPath in Drupal 8
Same name and namespace in other branches
- 9 core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php \Drupal\Tests\node\Functional\Rest\NodeXmlBasicAuthTest::testPatchPath()
- 10 core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php \Drupal\Tests\node\Functional\Rest\NodeXmlBasicAuthTest::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
See also
\Drupal\Tests\rest\Functional\EntityResource\Term\TermResourceTestBase::testPatchPath()
File
- core/
modules/ node/ tests/ src/ Functional/ Rest/ NodeXmlBasicAuthTest.php, line 44
Class
- NodeXmlBasicAuthTest
- @group rest
Namespace
Drupal\Tests\node\Functional\RestCode
public function testPatchPath() {
// Deserialization of the XML format is not supported.
$this
->markTestSkipped();
}