You are here

public static property TaxonomyManagerConfigTest::$modules in Taxonomy Manager 2.0.x

Same name and namespace in other branches
  1. 8 src/Tests/TaxonomyManagerConfigTest.php \Drupal\taxonomy_manager\Tests\TaxonomyManagerConfigTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/TaxonomyManagerConfigTest.php, line 19

Class

TaxonomyManagerConfigTest
Tests the configuration form.

Namespace

Drupal\taxonomy_manager\Tests

Code

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