You are here

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

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

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/src/Tests/PathNodeFormTest.php, line 22
Contains \Drupal\path\Tests\PathNodeFormTest.

Class

PathNodeFormTest
Tests the Path Node form UI.

Namespace

Drupal\path\Tests

Code

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