protected static property ContentEntityPathTest::$modules

Modules to enable.

Type: array

Overrides ContentEntityTestBase::$modules

File

sources/content/tests/src/Kernel/ContentEntityPathTest.php, line 24

Class

ContentEntityPathTest
Tests for the path/pathauto integration.

Namespace

Drupal\Tests\tmgmt_content\Kernel

Code

protected static $modules = [
  'node',
  'path',
  'path_alias',
];