class WorkflowXmlAnonTest

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

@group rest

Hierarchy

Expanded class hierarchy of WorkflowXmlAnonTest

File

core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php, line 11

Namespace

Drupal\Tests\workflows\Functional\Rest
View source
class WorkflowXmlAnonTest extends WorkflowResourceTestBase {
  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.