You are here

class EntityFormDisplayXmlBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityFormDisplayXmlBasicAuthTest
  2. 9 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityFormDisplayXmlBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of EntityFormDisplayXmlBasicAuthTest

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php, line 11

Namespace

Drupal\FunctionalTests\Rest
View source
class EntityFormDisplayXmlBasicAuthTest extends EntityFormDisplayResourceTestBase {
  use BasicAuthResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;

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

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

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

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

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

}

Members