You are here

public static property PathautoEnablingEntityTypesTest::$modules in Pathauto 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PathautoEnablingEntityTypesTest.php, line 29

Class

PathautoEnablingEntityTypesTest
Tests pathauto settings form.

Namespace

Drupal\Tests\pathauto\Functional

Code

public static $modules = [
  'node',
  'pathauto',
  'comment',
];