public static property StackKernelIntegrationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\HttpKernelCode
public static $modules = array(
'httpkernel_test',
'system',
);