You are here

public static property TaxonomyBehaviorSettingsFormTest::$modules in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x modules/rh_taxonomy/tests/src/Functional/TaxonomyBehaviorSettingsFormTest.php \Drupal\Tests\rh_taxonomy\Functional\TaxonomyBehaviorSettingsFormTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides RabbitHoleBehaviorSettingsFormTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/rh_taxonomy/tests/src/Functional/TaxonomyBehaviorSettingsFormTest.php, line 38

Class

TaxonomyBehaviorSettingsFormTest
Test the functionality of the rabbit hole form additions to the taxonomy.

Namespace

Drupal\Tests\rh_taxonomy\Functional

Code

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