You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Form/RebuildTest.php \Drupal\system\Tests\Form\RebuildTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/RebuildTest.php, line 27
Contains \Drupal\system\Tests\Form\RebuildTest.

Class

RebuildTest
Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().

Namespace

Drupal\system\Tests\Form

Code

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