class MessageXmlAnonTest

Same name and namespace in other branches
  1. 11.x core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php \Drupal\Tests\contact\Functional\Rest\MessageXmlAnonTest

@group rest

Hierarchy

Expanded class hierarchy of MessageXmlAnonTest

File

core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php, line 11

Namespace

Drupal\Tests\contact\Functional\Rest
View source
class MessageXmlAnonTest extends MessageResourceTestBase {
  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.