You are here

public static property ErrorHandlerTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/ErrorHandlerTest.php, line 24
Contains \Drupal\system\Tests\System\ErrorHandlerTest.

Class

ErrorHandlerTest
Performs tests on the Drupal error and exception handler.

Namespace

Drupal\system\Tests\System

Code

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