public static property ProcessingTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Functional/Batch/ProcessingTest.php \Drupal\Tests\system\Functional\Batch\ProcessingTest::modules
 - 10 core/modules/system/tests/src/Functional/Batch/ProcessingTest.php \Drupal\Tests\system\Functional\Batch\ProcessingTest::modules
 
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php, line 20  
Class
- ProcessingTest
 - Tests batch processing in form and non-form workflow.
 
Namespace
Drupal\Tests\system\Functional\BatchCode
public static $modules = [
  'batch_test',
  'test_page_test',
];