class EntityTestLabelJsonCookieTest

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

@group rest

Hierarchy

Expanded class hierarchy of EntityTestLabelJsonCookieTest

File

core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonCookieTest.php, line 10

Namespace

Drupal\Tests\entity_test\Functional\Rest
View source
class EntityTestLabelJsonCookieTest extends EntityTestLabelResourceTestBase {
  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.