You are here

public static property SimpleTestInstallBatchTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php \Drupal\simpletest\Tests\SimpleTestInstallBatchTest::modules

Modules to enable.

Type: array

File

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

Class

SimpleTestInstallBatchTest
Tests batch operations during tests execution.

Namespace

Drupal\simpletest\Tests

Code

public static $modules = array(
  'simpletest',
  'simpletest_test',
  'entity_test',
);