public static property PathTestBase::$modules

Modules to enable.

Type: array

File

drupal/core/modules/path/lib/Drupal/path/Tests/PathTestBase.php, line 22
Definition of Drupal\path\Tests\PathTestBase.

Class

PathTestBase
Provides a base class for testing the Path module.

Namespace

Drupal\path\Tests

Code

public static $modules = array(
  'node',
  'path',
);