class MenuLinkContentHalJsonCookieTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of MenuLinkContentHalJsonCookieTest

File

core/modules/hal/tests/src/Functional/menu_link_content/MenuLinkContentHalJsonCookieTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\menu_link_content
View source
class MenuLinkContentHalJsonCookieTest extends MenuLinkContentHalJsonAnonTest {
  use CookieResourceTestTrait;
  
  /**
   * {@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.