function NodeXmlBasicAuthTest::testPatchPath

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php \Drupal\Tests\node\Functional\Rest\NodeXmlBasicAuthTest::testPatchPath()
  2. 8.9.x core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php \Drupal\Tests\node\Functional\Rest\NodeXmlBasicAuthTest::testPatchPath()
  3. 10 core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php \Drupal\Tests\node\Functional\Rest\NodeXmlBasicAuthTest::testPatchPath()

Overrides NodeResourceTestBase::testPatchPath

File

core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php, line 46

Class

NodeXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\node\Functional\Rest

Code

public function testPatchPath() : void {
    // 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.