You are here

protected static property MigrateExecutableTest::$modules in Drupal 10

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

File

core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php, line 14

Class

MigrateExecutableTest
Tests the MigrateExecutable class.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected static $modules = [
  'entity_test',
  'user',
];