You are here

SearchPageJsonCookieTest.php in Drupal 8

File

core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\search\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 */
class SearchPageJsonCookieTest extends SearchPageResourceTestBase {
  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
SearchPageJsonCookieTest @group rest