You are here

FeedHalJsonCookieTest.php in Drupal 8

File

core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\aggregator\Functional\Hal;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group hal
 */
class FeedHalJsonCookieTest extends FeedHalJsonTestBase {
  use CookieResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Namesort descending Description
FeedHalJsonCookieTest @group hal