You are here

public static property SimpleTestErrorCollectorTest::$modules in Drupal 8

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php, line 20

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\simpletest\Tests

Code

public static $modules = [
  'system_test',
  'error_test',
];