class DesignTokenXmlAnonTest

Same name and namespace in other branches
  1. main core/tests/Drupal/FunctionalTests/Rest/DesignTokenXmlAnonTest.php \Drupal\FunctionalTests\Rest\DesignTokenXmlAnonTest

Tests Design Token Xml Anon.

Attributes

#[Group('rest')] #[RunTestsInSeparateProcesses]

Hierarchy

Expanded class hierarchy of DesignTokenXmlAnonTest

File

core/tests/Drupal/FunctionalTests/Rest/DesignTokenXmlAnonTest.php, line 15

Namespace

Drupal\FunctionalTests\Rest
View source
class DesignTokenXmlAnonTest extends DesignTokenResourceTestBase {
  use AnonResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=utf-8';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.