You are here

public static property PathTestBase::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/path/src/Tests/PathTestBase.php, line 22
Contains \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',
);