You are here

class RoleJsonCookieTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of RoleJsonCookieTest

File

core/modules/user/tests/src/Functional/Rest/RoleJsonCookieTest.php, line 10

Namespace

Drupal\Tests\user\Functional\Rest
View source
class RoleJsonCookieTest extends RoleResourceTestBase {
  use CookieResourceTestTrait;

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

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

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

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

}

Members