protected property KernelTestBase::$runTestInSeparateProcess in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::runTestInSeparateProcess
Kernel tests are run in separate processes because they allow autoloading of code from extensions. Running the test in a separate process isolates this behavior from other tests. Subclasses should not override this property.
File
- core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 102
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected $runTestInSeparateProcess = TRUE;