]> git.mxchange.org Git - friendica.git/commitdiff
Remove call of non-existing Logger::init() method in tests
authorArt4 <art4@wlabs.de>
Mon, 13 Jan 2025 13:24:40 +0000 (13:24 +0000)
committerArt4 <art4@wlabs.de>
Mon, 13 Jan 2025 13:24:40 +0000 (13:24 +0000)
tests/src/Console/AutomaticInstallationConsoleTest.php

index 0c2ffe1072da9bd7f6c6d766790ef936380c5355..23c28405240ac2516357138d44c1e653e00a31ab 100644 (file)
@@ -104,7 +104,6 @@ class AutomaticInstallationConsoleTest extends ConsoleTestCase
                });
 
                $this->mode->shouldReceive('isInstall')->andReturn(true);
-               Logger::init(new NullLogger());
        }
 
        /**