You are here

public static property PathautoTaxonomyWebTest::$modules in Pathauto 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PathautoTaxonomyWebTest.php, line 26

Class

PathautoTaxonomyWebTest
Tests pathauto taxonomy UI integration.

Namespace

Drupal\Tests\pathauto\Functional

Code

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