From: Art4 Date: Mon, 13 Jan 2025 13:24:40 +0000 (+0000) Subject: Remove call of non-existing Logger::init() method in tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5caa3b13e6c6c15e5a5eca6a27ab95c7744c7322;p=friendica.git Remove call of non-existing Logger::init() method in tests --- diff --git a/tests/src/Console/AutomaticInstallationConsoleTest.php b/tests/src/Console/AutomaticInstallationConsoleTest.php index 0c2ffe1072..23c2840524 100644 --- a/tests/src/Console/AutomaticInstallationConsoleTest.php +++ b/tests/src/Console/AutomaticInstallationConsoleTest.php @@ -104,7 +104,6 @@ class AutomaticInstallationConsoleTest extends ConsoleTestCase }); $this->mode->shouldReceive('isInstall')->andReturn(true); - Logger::init(new NullLogger()); } /**