TourJsonCookieTest.php

Same filename and directory in other branches
  1. 10 core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php
  2. 9 core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php

Namespace

Drupal\Tests\tour\Functional\Rest

File

core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\tour\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 */
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';

}

Classes

Title Deprecated Summary
TourJsonCookieTest @group rest

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