You are here

public static property MigrateAggregatorSettingsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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