protected property KernelTestBase::$backupGlobals in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::backupGlobals
Back up and restore any global variables that may be changed by tests.
See also
self::runTestInSeparateProcess
File
- core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 69 - Contains \Drupal\KernelTests\KernelTestBase.
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
protected $backupGlobals = TRUE;