public static property ModuleInstallBatchTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php \Drupal\FunctionalTests\Core\Test\ModuleInstallBatchTest::modules
- 10 core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php \Drupal\FunctionalTests\Core\Test\ModuleInstallBatchTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ ModuleInstallBatchTest.php, line 26
Class
- ModuleInstallBatchTest
- Tests batch operations during tests execution.
Namespace
Drupal\FunctionalTests\Core\TestCode
public static $modules = [
'test_batch_test',
'entity_test',
];