mirror of
https://github.com/friendica/friendica
synced 2025-04-26 00:30:12 +00:00
Fix SyslogLogger and tests
This commit is contained in:
parent
bca6abf4ab
commit
8dbbf882a8
5 changed files with 62 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue