class VocabularyHalJsonAnonTest

Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php \Drupal\Tests\taxonomy\Functional\Hal\VocabularyHalJsonAnonTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of VocabularyHalJsonAnonTest

File

core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php, line 12

Namespace

Drupal\Tests\hal\Functional\taxonomy
View source
class VocabularyHalJsonAnonTest extends VocabularyResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'hal',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
  
  /**
   * @todo Remove this override in https://www.drupal.org/node/2805281.
   */
  public function testGet() {
    $this->markTestSkipped();
  }

}

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