You are here

protected static property HighWaterNotJoinableTest::$modules in Drupal 10

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

File

core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php, line 16

Class

HighWaterNotJoinableTest
Tests the high water handling.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected static $modules = [
  'migrate',
  'migrate_drupal',
  'migrate_high_water_test',
];