protected property WebTestBase::$originalShutdownCallbacks in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::originalShutdownCallbacks
The original shutdown handlers array, before it was cleaned for testing.
Type: array
Overrides TestBase::$originalShutdownCallbacks
File
- core/
modules/ simpletest/ src/ WebTestBase.php, line 154 - Contains \Drupal\simpletest\WebTestBase.
Class
- WebTestBase
- Test case for typical Drupal tests.
Namespace
Drupal\simpletestCode
protected $originalShutdownCallbacks = array();