You are here

public static property CheckboxTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

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

Class

CheckboxTest
Tests form API checkbox handling of various combinations of #default_value and #return_value.

Namespace

Drupal\system\Tests\Form

Code

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