You are here

FilterFormatJsonCookieTest.php in Drupal 8

File

core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\filter\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 */
class FilterFormatJsonCookieTest extends FilterFormatResourceTestBase {
  use CookieResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Namesort descending Description
FilterFormatJsonCookieTest @group rest