You are here

public static property VocabularyAccessTest::$modules in Taxonomy access fix 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/VocabularyAccessTest.php \Drupal\Tests\taxonomy_access_fix\Functional\VocabularyAccessTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

tests/src/Functional/VocabularyAccessTest.php, line 25

Class

VocabularyAccessTest
Tests administrative Taxonomy UI access.

Namespace

Drupal\Tests\taxonomy_access_fix\Functional

Code

public static $modules = [
  'taxonomy_access_fix',
  'block',
];