You are here

class ShortcutJsonCookieTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php \Drupal\Tests\shortcut\Functional\Rest\ShortcutJsonCookieTest
  2. 9 core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php \Drupal\Tests\shortcut\Functional\Rest\ShortcutJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of ShortcutJsonCookieTest

File

core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php, line 10

Namespace

Drupal\Tests\shortcut\Functional\Rest
View source
class ShortcutJsonCookieTest extends ShortcutResourceTestBase {
  use CookieResourceTestTrait;

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

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

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

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Members