function VocabularyJsonAnonTest::testGet

Same name in other branches
  1. 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();
}

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