You are here

class EntityTestJsonCookieTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonCookieTest.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestJsonCookieTest
  2. 9 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonCookieTest.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of EntityTestJsonCookieTest

File

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

Namespace

Drupal\Tests\entity_test\Functional\Rest
View source
class EntityTestJsonCookieTest extends EntityTestResourceTestBase {
  use CookieResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Members