class FeedXmlAnonTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of FeedXmlAnonTest

File

core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php, line 12

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class FeedXmlAnonTest extends FeedResourceTestBase {
  use AnonResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

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