public static property StateValuesCleanAdvancedTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 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\FormCode
public static $modules = array(
'file',
'form_test',
);