You are here

protected static property BookInstallTest::$modules in Drupal 10

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

File

core/modules/book/tests/src/Kernel/BookInstallTest.php, line 18

Class

BookInstallTest
Test installation of Book module.

Namespace

Drupal\Tests\book\Kernel

Code

protected static $modules = [
  'node',
  'system',
];