You are here

protected static property MigrateAggregatorFeedTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateAggregatorFeedTest::modules
  2. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorFeedTest::modules
Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateAggregatorFeedTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php, line 18

Class

MigrateAggregatorFeedTest
Tests migration of aggregator feeds.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d6

Code

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