class EntityTestLabelJsonAnonTest

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonAnonTest.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestLabelJsonAnonTest

@group rest

Hierarchy

Expanded class hierarchy of EntityTestLabelJsonAnonTest

File

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

Namespace

Drupal\Tests\entity_test\Functional\Rest
View source
class EntityTestLabelJsonAnonTest extends EntityTestLabelResourceTestBase {
  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.