You are here

public static property SimpleTestInstallBatchTest::$modules in Drupal 8

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php, line 27

Class

SimpleTestInstallBatchTest
Tests batch operations during tests execution.

Namespace

Drupal\simpletest\Tests

Code

public static $modules = [
  'test_batch_test',
  'entity_test',
];