You are here

public static property EntityPathAliasCollectorTest::$modules in Dependency Calculation 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/DependencyCollector/EntityPathAliasCollectorTest.php, line 56

Class

EntityPathAliasCollectorTest
Test node with path alias dependency collector.

Namespace

Drupal\Tests\depcalc\Kernel\EventSubscriber\DependencyCollector

Code

public static $modules = [
  'depcalc',
  'field',
  'filter',
  'node',
  'system',
  'text',
  'user',
  'path_alias',
];