class ModeratedNodeXmlCookieTest

Same name and namespace in other branches
  1. 11.x core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlCookieTest
  2. 10 core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlCookieTest
  3. 8.9.x core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlCookieTest

@group rest

Hierarchy

Expanded class hierarchy of ModeratedNodeXmlCookieTest

File

core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php, line 11

Namespace

Drupal\Tests\rest\Functional\EntityResource\ModeratedNode
View source
class ModeratedNodeXmlCookieTest extends ModeratedNodeResourceTestBase {
  use CookieResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  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.