You are here

protected property ShutdownFunctionTest::$shutDownOneCalled in Drupal 9

Same name and namespace in other branches
  1. 10 core/tests/Drupal/KernelTests/Core/Bootstrap/ShutdownFunctionTest.php \Drupal\KernelTests\Core\Bootstrap\ShutdownFunctionTest::shutDownOneCalled

Flag to indicate if ::shutdownOne() called.

Type: bool

File

core/tests/Drupal/KernelTests/Core/Bootstrap/ShutdownFunctionTest.php, line 19

Class

ShutdownFunctionTest
Tests.

Namespace

Drupal\KernelTests\Core\Bootstrap

Code

protected $shutDownOneCalled = FALSE;