You are here

MenuLinkContentJsonCookieTest.php in Drupal 9

File

core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\menu_link_content\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

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