public static property ProcessingTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php, line 22
Definition of Drupal\system\Tests\Batch\ProcessingTest.

Class

ProcessingTest
Tests the Batch API.

Namespace

Drupal\system\Tests\Batch

Code

public static $modules = array(
  'batch_test',
);