function KernelTestBaseShutdownTest::testNoShutdownFunction
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
- 10 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
- 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
- 8.9.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::testNoShutdownFunction()
Tests no shutdown function.
@legacy-covers ::assertPostConditions
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBaseShutdownTest.php, line 59
Class
Namespace
Drupal\KernelTestsCode
public function testNoShutdownFunction() : void {
$this->expectedShutdownCalled = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.