public function KernelTestBaseShutdownTest::testNoShutdownFunction in Drupal 8
Same name and namespace in other branches
- 9 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\KernelTestsCode
public function testNoShutdownFunction() {
$this->expectedShutdownCalled = [];
}