You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/ElementsAccessTest.php, line 24
Contains \Drupal\system\Tests\Form\ElementsAccessTest.

Class

ElementsAccessTest
Tests access control for form elements.

Namespace

Drupal\system\Tests\Form

Code

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