class TourXmlAnonTest

Same name and namespace in other branches
  1. 10 core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php \Drupal\Tests\tour\Functional\Rest\TourXmlAnonTest

@group rest

Hierarchy

Expanded class hierarchy of TourXmlAnonTest

File

core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php, line 11

Namespace

Drupal\Tests\tour\Functional\Rest
View source
class TourXmlAnonTest extends TourResourceTestBase {
  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.