class RoleJsonAnonTest

Same name and namespace in other branches
  1. 11.x 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';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.