class WorkflowHalJsonCookieTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of WorkflowHalJsonCookieTest

File

core/modules/hal/tests/src/Functional/workflows/WorkflowHalJsonCookieTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\workflows
View source
class WorkflowHalJsonCookieTest extends WorkflowHalJsonAnonTest {
  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.