public static property MigrationTest::$modules in Drupal 8
Same name in this branch
- 8 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules
- 8 core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php \Drupal\Tests\migrate\Kernel\Plugin\MigrationTest::modules
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules
- 10 core/modules/migrate/tests/src/Kernel/MigrationTest.php \Drupal\Tests\migrate\Kernel\MigrationTest::modules
Enable field because we are using one of its source plugins.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ migrate/ tests/ src/ Kernel/ MigrationTest.php, line 21
Class
- MigrationTest
- Tests the migration plugin.
Namespace
Drupal\Tests\migrate\KernelCode
public static $modules = [
'migrate',
'field',
];