function KernelTestBaseShutdownTest::testNoShutdownFunction

Same name in other branches
  1. 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
  2. 10 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
  3. 11.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()

@covers ::assertPostConditions

File

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

Class

KernelTestBaseShutdownTest
@coversDefaultClass \Drupal\KernelTests\KernelTestBase

Namespace

Drupal\KernelTests

Code

public function testNoShutdownFunction() {
    $this->expectedShutdownCalled = [];
}

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