Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / aggregator / tests / src / Functional / Hal / FeedHalJsonCookieTest.php
1 <?php
2
3 namespace Drupal\Tests\aggregator\Functional\Hal;
4
5 use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
6
7 /**
8  * @group hal
9  */
10 class FeedHalJsonCookieTest extends FeedHalJsonTestBase {
11
12   use CookieResourceTestTrait;
13
14   /**
15    * {@inheritdoc}
16    */
17   protected static $auth = 'cookie';
18
19 }