public static property BookUninstallTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/book/src/Tests/BookUninstallTest.php \Drupal\book\Tests\BookUninstallTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ book/ src/ Tests/ BookUninstallTest.php, line 26 - Contains \Drupal\book\Tests\BookUninstallTest.
Class
- BookUninstallTest
- Tests that the Book module cannot be uninstalled if books exist.
Namespace
Drupal\book\TestsCode
public static $modules = [
'system',
'user',
'field',
'filter',
'text',
'node',
'book',
];