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