protected property WebTestBase::$originalShutdownCallbacks

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

Type: array

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 115
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $originalShutdownCallbacks = array();