You are here

MediaJsonCookieTest.php in Drupal 9

File

core/modules/media/tests/src/Functional/Rest/MediaJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\media\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

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