function KernelTestBaseShutdownTest::shutdownFunction2
Registers that this shutdown function has been called.
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBaseShutdownTest.php, line 65
Class
- KernelTestBaseShutdownTest
- @coversDefaultClass \Drupal\KernelTests\KernelTestBase[[api-linebreak]]
Namespace
Drupal\KernelTestsCode
public function shutdownFunction2() {
self::$shutdownCalled[] = 'shutdownFunction2';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.