You are here

public static property PathautoBulkUpdateTest::$modules in Pathauto 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PathautoBulkUpdateTest.php, line 28

Class

PathautoBulkUpdateTest
Bulk update functionality tests.

Namespace

Drupal\Tests\pathauto\Functional

Code

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