Remove call of non-existing Logger::init() method in tests

This commit is contained in:
Art4 2025-01-13 13:24:40 +00:00
parent abe6bf7947
commit 5caa3b13e6

View file

@ -104,7 +104,6 @@ class AutomaticInstallationConsoleTest extends ConsoleTestCase
});
$this->mode->shouldReceive('isInstall')->andReturn(true);
Logger::init(new NullLogger());
}
/**