You are here

protected property KernelTestBaseShutdownTest::$expectedShutdownCalled in Drupal 8

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

Indicates which shutdown functions are expected to be called.

Type: array

File

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

Class

KernelTestBaseShutdownTest
@coversDefaultClass \Drupal\KernelTests\KernelTestBase

Namespace

Drupal\KernelTests

Code

protected $expectedShutdownCalled;