public static property ProcessingTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Batch/ProcessingTest.php \Drupal\system\Tests\Batch\ProcessingTest::modules
Modules to enable.
Type: array
File
- core/
modules/ system/ src/ Tests/ Batch/ ProcessingTest.php, line 25 - Contains \Drupal\system\Tests\Batch\ProcessingTest.
Class
- ProcessingTest
- Tests batch processing in form and non-form workflow.
Namespace
Drupal\system\Tests\BatchCode
public static $modules = array(
'batch_test',
'test_page_test',
);