class TermXmlBasicAuthTest

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

@group rest

Hierarchy

Expanded class hierarchy of TermXmlBasicAuthTest

File

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

Namespace

Drupal\Tests\taxonomy\Functional\Rest
View source
class TermXmlBasicAuthTest extends TermResourceTestBase {
  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';
  
  /**
   * {@inheritdoc}
   */
  public function testPatchPath() {
    // Deserialization of the XML format is not supported.
    $this->markTestSkipped();
  }

}

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