class RoleXmlBasicAuthTest

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

@group rest

Hierarchy

Expanded class hierarchy of RoleXmlBasicAuthTest

File

core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php, line 11

Namespace

Drupal\Tests\user\Functional\Rest
View source
class RoleXmlBasicAuthTest extends RoleResourceTestBase {
  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.