NodeHalJsonCookieTest.php

Namespace

Drupal\Tests\hal\Functional\node

File

core/modules/hal/tests/src/Functional/node/NodeHalJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\node;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class NodeHalJsonCookieTest extends NodeHalJsonAnonTest {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Title Deprecated Summary
NodeHalJsonCookieTest @group hal @group legacy

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