You are here

public static property SimpleTestInstallBatchTest::$modules in SimpleTest 8.3

Modules to enable.

Type: array

File

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',
];