You are here

protected static property YamlFormPathTest::$modules in YAML Form 8

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormPathTest.php, line 12

Class

YamlFormPathTest
Tests for form path and page.

Namespace

Drupal\yamlform\Tests

Code

protected static $modules = [
  'system',
  'block',
  'node',
  'user',
  'path',
  'yamlform',
];