You are here

LayoutBuilderEntityViewDisplayXmlAnonTest.php in Layout Builder Symmetric Translations 8

File

tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php
View source
<?php

namespace Drupal\Tests\layout_builder_st\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;

/**
 * @group layout_builder
 * @group rest
 */
class LayoutBuilderEntityViewDisplayXmlAnonTest extends LayoutBuilderEntityViewDisplayResourceTestBase {
  use AnonResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;

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

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

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

}

Classes

Namesort descending Description
LayoutBuilderEntityViewDisplayXmlAnonTest @group layout_builder @group rest