You are here

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

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

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/src/Tests/PathAliasTest.php, line 27
Contains \Drupal\path\Tests\PathAliasTest.

Class

PathAliasTest
Add, edit, delete, and change alias and verify its consistency in the database.

Namespace

Drupal\path\Tests

Code

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