32cba4ac8cd57cfdfca696ec22b4505ac5f12106
[yaffs-website] / web / core / modules / menu_link_content / tests / src / Functional / Hal / MenuLinkContentHalJsonCookieTest.php
1 <?php
2
3 namespace Drupal\Tests\menu_link_content\Functional\Hal;
4
5 use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
6
7 /**
8  * @group hal
9  */
10 class MenuLinkContentHalJsonCookieTest extends MenuLinkContentHalJsonAnonTest {
11
12   use CookieResourceTestTrait;
13
14   /**
15    * {@inheritdoc}
16    */
17   protected static $auth = 'cookie';
18
19 }