diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php index 08269fd400..ada9efec84 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -629,7 +629,7 @@ public function discoverServiceProviders() { // database settings are available. None of this is required when the // installer is running because the installer has its own kernel and // manages the addition of its own service providers. - // @see \Drupal\KernelTests\KernelTestBase::bootKernel() + // @see install_begin_request() if ($extensions === FALSE && !InstallerKernel::installationAttempted()) { $this->allowDumping = FALSE; $this->containerNeedsDumping = FALSE;