You are here

protected static property RollbackViewModesTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php \Drupal\Tests\field\Kernel\Migrate\d7\RollbackViewModesTest::modules

Modules to enable.

Type: array

Overrides MigrateViewModesTest::$modules

File

core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php, line 18

Class

RollbackViewModesTest
Migrates and rolls back Drupal 7 view modes.

Namespace

Drupal\Tests\field\Kernel\Migrate\d7

Code

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