public static property ConfirmFormTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ConfirmFormTest.php, line 22
Contains \Drupal\system\Tests\Form\ConfirmFormTest.

Class

ConfirmFormTest
Tests confirmation forms.

Namespace

Drupal\system\Tests\Form

Code

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