class VocabularyJsonAnonTest

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

@group rest

Hierarchy

Expanded class hierarchy of VocabularyJsonAnonTest

File

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

Namespace

Drupal\Tests\taxonomy\Functional\Rest
View source
class VocabularyJsonAnonTest extends VocabularyResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * Disable the GET test coverage due to bug in taxonomy module.
   * @todo Fix in https://www.drupal.org/node/2805281: remove this override.
   */
  public function testGet() {
    $this->markTestSkipped();
  }

}

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