class VocabularyJsonCookieTest

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

@group rest

Hierarchy

Expanded class hierarchy of VocabularyJsonCookieTest

File

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

Namespace

Drupal\Tests\taxonomy\Functional\Rest
View source
class VocabularyJsonCookieTest extends VocabularyResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

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