protected property DrupalWebTestCase::$originalShutdownCallbacks in Drupal 7
The original shutdown handlers array, before it was cleaned for testing purposes.
Type: array
File
- modules/
simpletest/ drupal_web_test_case.php, line 919
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected $originalShutdownCallbacks = array();