class FeedJsonCookieTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of FeedJsonCookieTest

File

core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php, line 11

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class FeedJsonCookieTest extends FeedResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@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.