public function KernelTestBaseShutdownTest::shutdownFunction2 in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownFunction2()
Registers that this shutdown function has been called.
File
- core/tests/ Drupal/ KernelTests/ KernelTestBaseShutdownTest.php, line 63 
Class
- KernelTestBaseShutdownTest
- @coversDefaultClass \Drupal\KernelTests\KernelTestBase
Namespace
Drupal\KernelTestsCode
public function shutdownFunction2() {
  self::$shutdownCalled[] = 'shutdownFunction2';
}