class ModeratedNodeXmlBasicAuthTest

Same name and namespace in other branches
  1. 11.x core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlBasicAuthTest
  2. 10 core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlBasicAuthTest
  3. 8.9.x core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php \Drupal\Tests\rest\Functional\EntityResource\ModeratedNode\ModeratedNodeXmlBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of ModeratedNodeXmlBasicAuthTest

File

core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php, line 11

Namespace

Drupal\Tests\rest\Functional\EntityResource\ModeratedNode
View source
class ModeratedNodeXmlBasicAuthTest extends ModeratedNodeResourceTestBase {
  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.