protected property DrupalWebTestCase::$originalShutdownCallbacks

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

Type: array

File

drupal-7.x/modules/simpletest/drupal_web_test_case.php, line 862

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $originalShutdownCallbacks = array();