You are here

class BlockXmlAnonTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlAnonTest
  2. 9 core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlAnonTest

@group rest

Hierarchy

Expanded class hierarchy of BlockXmlAnonTest

File

core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php, line 11

Namespace

Drupal\Tests\block\Functional\Rest
View source
class BlockXmlAnonTest extends BlockResourceTestBase {
  use AnonResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Members