You are here

protected property DrupalWebTestCase::$originalShutdownCallbacks in SimpleTest 7.2

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

Type: array

File

./drupal_web_test_case.php, line 810
Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $originalShutdownCallbacks = array();