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