You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/HttpKernel/StackKernelIntegrationTest.php, line 27
Contains \Drupal\system\Tests\HttpKernel\StackKernelIntegrationTest.

Class

StackKernelIntegrationTest
Tests the stacked kernel functionality.

Namespace

Drupal\system\Tests\HttpKernel

Code

public static $modules = array(
  'httpkernel_test',
  'system',
);