class ItemJsonCookieTest

Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php \Drupal\Tests\aggregator\Functional\Rest\ItemJsonCookieTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of ItemJsonCookieTest

File

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

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class ItemJsonCookieTest extends ItemResourceTestBase {
  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.