class WorkflowJsonCookieTest

Same name and namespace in other branches
  1. 11.x core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of WorkflowJsonCookieTest

File

core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php, line 10

Namespace

Drupal\Tests\workflows\Functional\Rest
View source
class WorkflowJsonCookieTest extends WorkflowResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@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.