X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FConsole%2FAutomaticInstallationConsoleTest.php;h=a76ae1c06313e1d62f4b9da6b262deac157f0713;hb=6bf5c344f57d4a9908901697f39f5ac687e2f53f;hp=fdf887fe6b6975e92110cc327a2c4548bc39723e;hpb=fe373a10aaa8d6efba035319841a9f527f20fdec;p=friendica.git diff --git a/tests/src/Console/AutomaticInstallationConsoleTest.php b/tests/src/Console/AutomaticInstallationConsoleTest.php index fdf887fe6b..a76ae1c063 100644 --- a/tests/src/Console/AutomaticInstallationConsoleTest.php +++ b/tests/src/Console/AutomaticInstallationConsoleTest.php @@ -1,6 +1,6 @@ mode->shouldReceive('isInstall')->andReturn(true); - Logger::init(new VoidLogger()); + Logger::init(new NullLogger()); } /**