You are here

protected static property OptionsFieldUnitTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php \Drupal\Tests\options\Kernel\OptionsFieldUnitTestBase::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php, line 19

Class

OptionsFieldUnitTestBase
Base class for Options module integration tests.

Namespace

Drupal\Tests\options\Kernel

Code

protected static $modules = [
  'options',
];