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