You are here

class WorkflowXmlBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowXmlBasicAuthTest
  2. 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowXmlBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of WorkflowXmlBasicAuthTest

File

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

Namespace

Drupal\Tests\workflows\Functional\Rest
View source
class WorkflowXmlBasicAuthTest extends WorkflowResourceTestBase {
  use BasicAuthResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Members