You are here

EntityFormDisplayJsonCookieTest.php in Drupal 8

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php
View source
<?php

namespace Drupal\FunctionalTests\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

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