class EntityViewDisplayXmlBasicAuthTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityViewDisplayXmlBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of EntityViewDisplayXmlBasicAuthTest

File

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

Namespace

Drupal\FunctionalTests\Rest
View source
class EntityViewDisplayXmlBasicAuthTest extends EntityViewDisplayResourceTestBase {
  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';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.