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