class FeedXmlCookieTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of FeedXmlCookieTest

File

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

Namespace

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

}

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