Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[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 }