You are here

public static property PathNodeFormTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/tests/src/Functional/PathNodeFormTest.php, line 17

Class

PathNodeFormTest
Tests the Path Node form UI.

Namespace

Drupal\Tests\path\Functional

Code

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