You are here

public static property TaxonomyViewsIntegratorTestBase::$modules in Taxonomy Views Integrator 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/TaxonomyViewsIntegratorTestBase.php, line 37

Class

TaxonomyViewsIntegratorTestBase
TVI PHPUnit Test base.

Namespace

Drupal\Tests\tvi\Functional

Code

public static $modules = [
  'node',
  'tvi',
  'tvi_test',
  'views',
  'views_ui',
  'taxonomy',
];