You are here

class EntityTestJsonAnonTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of EntityTestJsonAnonTest

File

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

Namespace

Drupal\Tests\entity_test\Functional\Rest
View source
class EntityTestJsonAnonTest extends EntityTestResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Members