class ViewJsonCookieTest

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of ViewJsonCookieTest

File

core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php, line 10

Namespace

Drupal\Tests\views\Functional\Rest
View source
class ViewJsonCookieTest extends ViewResourceTestBase {
  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.