protected property DrupalWebTestCase::$originalShutdownCallbacks

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

Tipo: array

Archivo

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

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Código

protected $originalShutdownCallbacks = array();