You are here

protected static property MigrateBookTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php \Drupal\Tests\book\Kernel\Migrate\d6\MigrateBookTest::modules
  2. 10 core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php \Drupal\Tests\book\Kernel\Migrate\d7\MigrateBookTest::modules
Same name and namespace in other branches
  1. 8 core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php \Drupal\Tests\book\Kernel\Migrate\d6\MigrateBookTest::modules
  2. 9 core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php \Drupal\Tests\book\Kernel\Migrate\d6\MigrateBookTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php, line 18

Class

MigrateBookTest
Upgrade book structure.

Namespace

Drupal\Tests\book\Kernel\Migrate\d6

Code

protected static $modules = [
  'book',
  'node',
  'menu_ui',
];