You are here

protected static property MigrateAggregatorStubTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php, line 20

Class

MigrateAggregatorStubTest
Test stub creation for aggregator feeds and items.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate

Code

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