You are here

public static property PathTestBase::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/path/src/Tests/PathTestBase.php \Drupal\path\Tests\PathTestBase::modules
  2. 8 core/modules/path/tests/src/Functional/PathTestBase.php \Drupal\Tests\path\Functional\PathTestBase::modules

Modules to enable.

Type: array

File

core/modules/path/src/Tests/PathTestBase.php, line 24

Class

PathTestBase
Provides a base class for testing the Path module.

Namespace

Drupal\path\Tests

Code

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