protected static property FileCopyTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php \Drupal\Tests\migrate\Kernel\process\FileCopyTest::modules
- 9 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\processCode
protected static $modules = [
'migrate',
'system',
];