class PathAliasXmlCookieTest

Same name and namespace in other branches
  1. 11.x core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php \Drupal\Tests\path_alias\Functional\Rest\PathAliasXmlCookieTest
  2. 10 core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php \Drupal\Tests\path_alias\Functional\Rest\PathAliasXmlCookieTest
  3. 8.9.x core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php \Drupal\Tests\path_alias\Functional\Rest\PathAliasXmlCookieTest

Test path_alias entities for XML requests.

@group path_alias

Hierarchy

Expanded class hierarchy of PathAliasXmlCookieTest

File

core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php, line 13

Namespace

Drupal\Tests\path_alias\Functional\Rest
View source
class PathAliasXmlCookieTest extends PathAliasResourceTestBase {
  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';

}

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