You are here

public static property VocabularyResourceTestBase::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyResourceTestBase::modules
  2. 10 core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php \Drupal\Tests\taxonomy\Functional\Rest\VocabularyResourceTestBase::modules

Modules to install.

Type: array

Overrides EntityResourceTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php, line 13

Class

VocabularyResourceTestBase

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

public static $modules = [
  'taxonomy',
];