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