You are here

protected static property DownloadTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Kernel/process/DownloadTest.php \Drupal\Tests\migrate\Kernel\process\DownloadTest::modules
  2. 9 core/modules/migrate/tests/src/Kernel/process/DownloadTest.php \Drupal\Tests\migrate\Kernel\process\DownloadTest::modules

Modules to enable.

Type: array

Overrides FileTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/process/DownloadTest.php, line 23

Class

DownloadTest
Tests the download process plugin.

Namespace

Drupal\Tests\migrate\Kernel\process

Code

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