You are here

ActionJsonCookieTest.php in Drupal 9

File

core/modules/system/tests/src/Functional/Rest/ActionJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\system\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

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