You are here

public static property FormTest::$modules in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/field/src/Tests/FormTest.php \Drupal\field\Tests\FormTest::modules
  2. 8.0 core/modules/system/src/Tests/Form/FormTest.php \Drupal\system\Tests\Form\FormTest::modules
Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Form/FormTest.php \Drupal\system\Tests\Form\FormTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/FormTest.php, line 32
Contains \Drupal\system\Tests\Form\FormTest.

Class

FormTest
Tests various form element validation mechanisms.

Namespace

Drupal\system\Tests\Form

Code

public static $modules = array(
  'filter',
  'form_test',
  'file',
  'datetime',
);