You are here

public static property PathautoTokenTest::$modules in Pathauto 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/PathautoTokenTest.php, line 20

Class

PathautoTokenTest
Tests tokens provided by Pathauto.

Namespace

Drupal\Tests\pathauto\Kernel

Code

public static $modules = [
  'system',
  'token',
  'path_alias',
  'pathauto',
];