public static property KernelTestBase::$modules in Token 8
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ KernelTestBase.php, line 20
Class
- KernelTestBase
- Helper test class with some added functions for testing.
Namespace
Drupal\Tests\token\KernelCode
public static $modules = [
'path',
'token',
'token_module_test',
'system',
'user',
'path_alias',
];