function KernelTestBaseShutdownTest::setUp

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::setUp()
  2. 8.9.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::setUp()
  3. 11.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::setUp()

Overrides KernelTestBase::setUp

File

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

Class

KernelTestBaseShutdownTest
@coversDefaultClass \Drupal\KernelTests\KernelTestBase[[api-linebreak]]

Namespace

Drupal\KernelTests

Code

protected function setUp() : void {
  // Initialize static variable prior to testing.
  self::$shutdownCalled = [];
  parent::setUp();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.