public function VocabularyJsonAnonTest::testGet in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyJsonAnonTest::testGet()
- 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\RestCode
public function testGet() {
$this
->markTestSkipped();
}