function KernelTestBaseShutdownTest::assertPostConditions
Overrides KernelTestBase::assertPostConditions
File
- 
              core/tests/ Drupal/ KernelTests/ KernelTestBaseShutdownTest.php, line 72 
Class
- KernelTestBaseShutdownTest
- @coversDefaultClass \Drupal\KernelTests\KernelTestBase[[api-linebreak]]
Namespace
Drupal\KernelTestsCode
protected function assertPostConditions() : void {
  parent::assertPostConditions();
  $this->assertSame($this->expectedShutdownCalled, self::$shutdownCalled);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
