class TourHalJsonCookieTest

Same name and namespace in other branches
  1. 9 core/modules/hal/tests/src/Functional/tour/TourHalJsonCookieTest.php \Drupal\Tests\hal\Functional\tour\TourHalJsonCookieTest

@group hal

Hierarchy

Expanded class hierarchy of TourHalJsonCookieTest

File

core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php, line 11

Namespace

Drupal\Tests\tour\Functional\Hal
View source
class TourHalJsonCookieTest extends TourResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  public static $modules = [
    'hal',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

}

Members

Title Sort descending Modifiers Object type Summary
TourHalJsonCookieTest::$auth protected static property
TourHalJsonCookieTest::$defaultTheme protected property
TourHalJsonCookieTest::$format protected static property
TourHalJsonCookieTest::$mimeType protected static property
TourHalJsonCookieTest::$modules public static property

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