MenuHalJsonCookieTest.php

Namespace

Drupal\Tests\hal\Functional\system

File

core/modules/hal/tests/src/Functional/system/MenuHalJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\system;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\system\Functional\Rest\MenuResourceTestBase;

/**
 * @group hal
 * @group legacy
 */
class MenuHalJsonCookieTest extends MenuResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected 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';

}

Classes

Title Deprecated Summary
MenuHalJsonCookieTest @group hal @group legacy

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