class TermJsonAnonTest

Same name and namespace in other branches
  1. 11.x core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermJsonAnonTest
  2. 10 core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermJsonAnonTest
  3. 8.9.x core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\TermJsonAnonTest

@group rest

Hierarchy

Expanded class hierarchy of TermJsonAnonTest

File

core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php, line 10

Namespace

Drupal\Tests\taxonomy\Functional\Rest
View source
class TermJsonAnonTest extends TermResourceTestBase {
  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.