1
0
Fork 0

Fix SyslogLogger and tests

This commit is contained in:
Philipp Holzer 2023-07-17 01:16:29 +02:00
commit 8dbbf882a8
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
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);
}