class FeedHalJsonCookieTest

Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php \Drupal\Tests\aggregator\Functional\Hal\FeedHalJsonCookieTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of FeedHalJsonCookieTest

File

core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonCookieTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\aggregator
View source
class FeedHalJsonCookieTest extends FeedHalJsonTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.