You are here

protected static property KernelTestBaseShutdownTest::$shutdownCalled in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownCalled
  2. 10 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownCalled

Indicates which shutdown functions have been called.

Type: array

File

core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php, line 26

Class

KernelTestBaseShutdownTest
@coversDefaultClass \Drupal\KernelTests\KernelTestBase

Namespace

Drupal\KernelTests

Code

protected static $shutdownCalled;