From 9a391c4bfbd73ee079dec59bd7e74268613a674c Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Mon, 29 Apr 2024 18:36:10 +0100 Subject: [PATCH] Issue #3444184 by mondrake: Remove dead KernelTestBase::stop() method --- core/tests/Drupal/KernelTests/KernelTestBase.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/tests/Drupal/KernelTests/KernelTestBase.php b/core/tests/Drupal/KernelTests/KernelTestBase.php index 56b913432bdc..5f24dc24e575 100644 --- a/core/tests/Drupal/KernelTests/KernelTestBase.php +++ b/core/tests/Drupal/KernelTests/KernelTestBase.php @@ -988,13 +988,6 @@ protected function setInstallProfile($profile) { $this->container->get('kernel')->rebuildContainer(); } - /** - * Stops test execution. - */ - protected function stop() { - $this->getTestResultObject()->stop(); - } - /** * Dumps the current state of the virtual filesystem to STDOUT. */ -- GitLab