You are here

protected static property MigrateAggregatorSettingsTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php, line 14

Class

MigrateAggregatorSettingsTest
Tests migration of Aggregator's variables to configuration.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d7

Code

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