You are here

protected static property FileCopyTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides FileTestBase::$modules

File

core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php, line 26

Class

FileCopyTest
Tests the file_copy process plugin.

Namespace

Drupal\Tests\migrate\Kernel\process

Code

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