class EntityTestLabelHalJsonCookieTest

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

@group hal @group legacy

Hierarchy

Expanded class hierarchy of EntityTestLabelHalJsonCookieTest

File

core/modules/hal/tests/src/Functional/entity_test/EntityTestLabelHalJsonCookieTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\entity_test
View source
class EntityTestLabelHalJsonCookieTest extends EntityTestLabelHalJsonAnonTest {
  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.