You are here

class TourJsonCookieTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of TourJsonCookieTest

File

core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php, line 10

Namespace

Drupal\Tests\tour\Functional\Rest
View source
class TourJsonCookieTest extends TourResourceTestBase {
  use CookieResourceTestTrait;

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

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

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

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

}

Members