You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php, line 26
Contains \Drupal\system\Tests\Form\StateValuesCleanAdvancedTest.

Class

StateValuesCleanAdvancedTest
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues() when having forms with elements containing buttons like "managed_file".

Namespace

Drupal\system\Tests\Form

Code

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