class DesignTokenJsonCookieTest

Same name and namespace in other branches
  1. main core/tests/Drupal/FunctionalTests/Rest/DesignTokenJsonCookieTest.php \Drupal\FunctionalTests\Rest\DesignTokenJsonCookieTest

Tests Design Token Json Cookie.

Attributes

#[Group('rest')] #[RunTestsInSeparateProcesses]

Hierarchy

Expanded class hierarchy of DesignTokenJsonCookieTest

File

core/tests/Drupal/FunctionalTests/Rest/DesignTokenJsonCookieTest.php, line 14

Namespace

Drupal\FunctionalTests\Rest
View source
class DesignTokenJsonCookieTest extends DesignTokenResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.