class VocabularyXmlBasicAuthTest

Same name and namespace in other branches
  1. 11.x core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyXmlBasicAuthTest
  2. 10 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyXmlBasicAuthTest
  3. 8.9.x core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyXmlBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of VocabularyXmlBasicAuthTest

File

core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php, line 11

Namespace

Drupal\Tests\taxonomy\Functional\Rest
View source
class VocabularyXmlBasicAuthTest extends VocabularyResourceTestBase {
  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.