You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/AlterTest.php, line 25
Contains \Drupal\system\Tests\Form\AlterTest.

Class

AlterTest
Tests hook_form_alter() and hook_form_FORM_ID_alter().

Namespace

Drupal\system\Tests\Form

Code

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