You are here

class ViewJsonCookieTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonCookieTest
  2. 9 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';

}

Members