class RdfMappingXmlBasicAuthTest

Same name and namespace in other branches
  1. 8.9.x core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php \Drupal\Tests\rdf\Functional\Rest\RdfMappingXmlBasicAuthTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of RdfMappingXmlBasicAuthTest

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php, line 12

Namespace

Drupal\Tests\rdf\Functional\Rest
View source
class RdfMappingXmlBasicAuthTest extends RdfMappingResourceTestBase {
  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.