protected function KernelTestBaseShutdownTest::assertPostConditions in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::assertPostConditions()
Overrides KernelTestBase::assertPostConditions
File
- core/
tests/ Drupal/ KernelTests/ KernelTestBaseShutdownTest.php, line 70
Class
- KernelTestBaseShutdownTest
- @coversDefaultClass \Drupal\KernelTests\KernelTestBase
Namespace
Drupal\KernelTestsCode
protected function assertPostConditions() {
parent::assertPostConditions();
$this
->assertSame($this->expectedShutdownCalled, self::$shutdownCalled);
}