public static property OptionsFloatFieldImportTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules
- 10 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ options/ tests/ src/ Functional/ OptionsFloatFieldImportTest.php, line 21
Class
- OptionsFloatFieldImportTest
- Tests option fields can be updated and created through config synchronization.
Namespace
Drupal\Tests\options\FunctionalCode
public static $modules = [
'node',
'options',
'field_ui',
'config',
'options_config_install_test',
];