Skip to content
Snippets Groups Projects
Commit 9a391c4b authored by catch's avatar catch
Browse files

Issue #3444184 by mondrake: Remove dead KernelTestBase::stop() method

parent 2f44d215
No related branches found
No related tags found
No related merge requests found
...@@ -988,13 +988,6 @@ protected function setInstallProfile($profile) { ...@@ -988,13 +988,6 @@ protected function setInstallProfile($profile) {
$this->container->get('kernel')->rebuildContainer(); $this->container->get('kernel')->rebuildContainer();
} }
/**
* Stops test execution.
*/
protected function stop() {
$this->getTestResultObject()->stop();
}
/** /**
* Dumps the current state of the virtual filesystem to STDOUT. * Dumps the current state of the virtual filesystem to STDOUT.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment