You are here

protected property KernelTestBase::$runTestInSeparateProcess in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\KernelTests

Code

protected $runTestInSeparateProcess = TRUE;