You are here

public static property MigrateAggregatorFeedTest::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateAggregatorFeedTest::modules
  2. 8 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. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorFeedTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

MigrateAggregatorFeedTest
Test migration to aggregator_feed entities.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d7

Code

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