You are here

FacetJsonCookieTest.php in Facets 8

File

tests/src/Functional/Rest/FacetJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\facets\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * Rest test for json, cookie, index entity.
 *
 * @group facets
 */
class FacetJsonCookieTest extends FacetResourceTestBase {
  use CookieResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
FacetJsonCookieTest Rest test for json, cookie, index entity.