You are here

protected static property PathTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Functional/PathTestBase.php \Drupal\Tests\path\Functional\PathTestBase::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/path/tests/src/Functional/PathTestBase.php, line 20

Class

PathTestBase
Provides a base class for testing the Path module.

Namespace

Drupal\Tests\path\Functional

Code

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