You are here

protected static property OptionsFloatFieldImportTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules
  2. 9 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules

Modules to enable.

Type: array

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\Functional

Code

protected static $modules = [
  'node',
  'options',
  'field_ui',
  'config',
  'options_config_install_test',
];