Fix SyslogLogger and tests

This commit is contained in:
Philipp
2023-07-17 01:16:29 +02:00
parent bca6abf4ab
commit 8dbbf882a8
5 changed files with 62 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ class DependencyCheckTest extends FixtureTest
$config->set('system', 'dlogfile', $this->root->url() . '/friendica.log');
/** @var LoggerInterface $logger */
$logger = $this->dice->create('$devLogger', [['$channel' => 'dev']]);
$logger = $this->dice->create('$devLogger', ['dev']);
self::assertInstanceOf(LoggerInterface::class, $logger);
}