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