OptionsFloatFieldImportTest::$modules

Same name in other branches
  1. 9 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules
  2. 8.9.x core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules
  3. 10 core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php \Drupal\Tests\options\Functional\OptionsFloatFieldImportTest::modules

Type: modules

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.