class RestResourceConfigJsonAnonTest

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

@group rest

Hierarchy

Expanded class hierarchy of RestResourceConfigJsonAnonTest

File

core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php, line 10

Namespace

Drupal\Tests\rest\Functional\Rest
View source
class RestResourceConfigJsonAnonTest extends RestResourceConfigResourceTestBase {
  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.