You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/StateValuesCleanTest.php, line 27
Contains \Drupal\system\Tests\Form\StateValuesCleanTest.

Class

StateValuesCleanTest
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues().

Namespace

Drupal\system\Tests\Form

Code

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