class RestResourceConfigJsonCookieTest

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

@group rest

Hierarchy

Expanded class hierarchy of RestResourceConfigJsonCookieTest

File

core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php, line 10

Namespace

Drupal\Tests\rest\Functional\Rest
View source
class RestResourceConfigJsonCookieTest extends RestResourceConfigResourceTestBase {
  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.