You are here

class ShortcutSetJsonCookieTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of ShortcutSetJsonCookieTest

File

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

Namespace

Drupal\Tests\shortcut\Functional\Rest
View source
class ShortcutSetJsonCookieTest extends ShortcutSetResourceTestBase {
  use CookieResourceTestTrait;

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

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

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

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

}

Members