class PathAliasXmlAnonTest

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

Test path_alias entities for unauthenticated XML requests.

@group path_alias

Hierarchy

Expanded class hierarchy of PathAliasXmlAnonTest

File

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

Namespace

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