public static property ElementsLabelsTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php, line 22
Definition of Drupal\system\Tests\Form\ElementsLabelsTest.

Class

ElementsLabelsTest
Test form element labels, required markers and associated output.

Namespace

Drupal\system\Tests\Form

Code

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