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