You are here

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

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

Modules to enable.

Type: array

File

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

Class

ShutdownFunctionsTest
Functional tests shutdown functions.

Namespace

Drupal\system\Tests\System

Code

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