You are here

protected function TermAccessTest::setUp in Taxonomy access fix 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/TermAccessTest.php \Drupal\Tests\taxonomy_access_fix\Functional\TermAccessTest::setUp()

Overrides TaxonomyTestBase::setUp

File

tests/src/Functional/TermAccessTest.php, line 33

Class

TermAccessTest
Tests taxonomy term access.

Namespace

Drupal\Tests\taxonomy_access_fix\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->vocabularies = [
    $this
      ->createVocabulary(),
    $this
      ->createVocabulary(),
  ];
}