class EntityViewDisplayJsonCookieTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php \Drupal\FunctionalTests\Rest\EntityViewDisplayJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of EntityViewDisplayJsonCookieTest

File

core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php, line 10

Namespace

Drupal\FunctionalTests\Rest
View source
class EntityViewDisplayJsonCookieTest extends EntityViewDisplayResourceTestBase {
  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.