protected property DrupalWebTestCase::$originalShutdownCallbacks

The original shutdown handlers array, before it was cleaned for testing purposes.

Type: array

File

drupal/modules/simpletest/drupal_web_test_case.php, line 905

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $originalShutdownCallbacks = array();