You are here

public static property MigrateAggregatorSettingsTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorSettingsTest.php, line 19
Contains \Drupal\aggregator\Tests\Migrate\d7\MigrateAggregatorSettingsTest.

Class

MigrateAggregatorSettingsTest
Tests migration of Aggregator's variables to configuration.

Namespace

Drupal\aggregator\Tests\Migrate\d7

Code

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