You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php \Drupal\system\Tests\Common\SimpleTestErrorCollectorTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php, line 24
Contains \Drupal\system\Tests\Common\SimpleTestErrorCollectorTest.

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\system\Tests\Common

Code

public static $modules = array(
  'system_test',
  'error_test',
);