class TourJsonCookieTest

Same name and namespace in other branches
  1. 10 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';

}

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