You are here

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

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

Modules to enable.

Type: array

File

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

Class

ElementsTableSelectTest
Tests the tableselect form element for expected behavior.

Namespace

Drupal\system\Tests\Form

Code

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