protected property KernelTestBase::$runTestInSeparateProcess in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::runTestInSeparateProcess
Kernel tests are run in separate processes to prevent collisions between code that may be loaded by tests.
File
- core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 77 - Contains \Drupal\KernelTests\KernelTestBase.
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected $runTestInSeparateProcess = TRUE;