Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / hal / tests / src / Functional / EntityResource / Media / MediaHalJsonCookieTest.php
1 <?php
2
3 namespace Drupal\Tests\hal\Functional\EntityResource\Media;
4
5 use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
6
7 /**
8  * @group hal
9  */
10 class MediaHalJsonCookieTest extends MediaHalJsonAnonTest {
11
12   use CookieResourceTestTrait;
13
14   /**
15    * {@inheritdoc}
16    */
17   protected static $auth = 'cookie';
18
19 }