]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Console/AutomaticInstallationConsoleTest.php
Merge pull request #10999 from nupplaphil/bug/configcache_set
[friendica.git] / tests / src / Console / AutomaticInstallationConsoleTest.php
index 3f4f8c03c9ef0770968d298ea4a6b1d07ba2b2ea..1fc307a68dc725cb1257b53b37eae6072afc5bab 100644 (file)
@@ -32,11 +32,11 @@ use Friendica\Database\Database;
 use Friendica\DI;
 use Friendica\Test\Util\RendererMockTrait;
 use Friendica\Test\Util\VFSTrait;
-use Friendica\Core\Logger\Type\VoidLogger;
 use Mockery;
 use Mockery\MockInterface;
 use org\bovigo\vfs\vfsStream;
 use org\bovigo\vfs\vfsStreamFile;
+use Psr\Log\NullLogger;
 
 class AutomaticInstallationConsoleTest extends ConsoleTest
 {
@@ -117,7 +117,7 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
                });
 
                $this->mode->shouldReceive('isInstall')->andReturn(true);
-               Logger::init(new VoidLogger());
+               Logger::init(new NullLogger());
        }
 
        /**