You are here

class RoleJsonAnonTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of RoleJsonAnonTest

File

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

Namespace

Drupal\Tests\user\Functional\Rest
View source
class RoleJsonAnonTest extends RoleResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Members