You are here

protected property WebTestBase::$originalShutdownCallbacks in Drupal 8

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

Type: array

Overrides TestBase::$originalShutdownCallbacks

File

core/modules/simpletest/src/WebTestBase.php, line 168

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $originalShutdownCallbacks = [];