You are here

protected static property MigrateColorTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php, line 17

Class

MigrateColorTest
Tests migration of Color variables to configuration.

Namespace

Drupal\Tests\color\Kernel\Migrate\d7

Code

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