protected static property BookTest::$modules in Drupal 10
Same name in this branch
- 10 core/modules/book/tests/src/Functional/BookTest.php \Drupal\Tests\book\Functional\BookTest::modules
- 10 core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php \Drupal\Tests\book\Kernel\Plugin\migrate\source\BookTest::modules
Same name and namespace in other branches
- 8 core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php \Drupal\Tests\book\Kernel\Plugin\migrate\source\BookTest::modules
- 9 core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php \Drupal\Tests\book\Kernel\Plugin\migrate\source\BookTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: array
Overrides MigrateSourceTestBase::$modules
See also
\Drupal\Tests\KernelTestBase::enableModules()
\Drupal\Tests\KernelTestBase::bootKernel()
File
- core/
modules/ book/ tests/ src/ Kernel/ Plugin/ migrate/ source/ BookTest.php, line 16
Class
- BookTest
- @covers \Drupal\book\Plugin\migrate\source\Book @group book
Namespace
Drupal\Tests\book\Kernel\Plugin\migrate\sourceCode
protected static $modules = [
'book',
'migrate_drupal',
'node',
];