You are here

public function VocabularyJsonAnonTest::testGet in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyJsonAnonTest::testGet()
  2. 9 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyJsonAnonTest::testGet()

Disable the GET test coverage due to bug in taxonomy module. @todo Fix in https://www.drupal.org/node/2805281: remove this override.

Overrides EntityResourceTestBase::testGet

File

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

Class

VocabularyJsonAnonTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

public function testGet() {
  $this
    ->markTestSkipped();
}