You are here

protected static property MultipleSelectsPostUpdateAddElementTypeToWidgets::$modules in Multiple Selects 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/Update/MultipleSelectsPostUpdateAddElementTypeToWidgets.php, line 17

Class

MultipleSelectsPostUpdateAddElementTypeToWidgets
Update test that checks if the element type was added to the widget settings.

Namespace

Drupal\Tests\multiple_selects\Functional\Update

Code

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