You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/UncaughtExceptionTest.php, line 31
Contains \Drupal\system\Tests\System\UncaughtExceptionTest.

Class

UncaughtExceptionTest
Tests kernel panic when things are really messed up.

Namespace

Drupal\system\Tests\System

Code

public static $modules = array(
  'error_service_test',
);