mirror of
https://github.com/friendica/friendica
synced 2025-09-05 19:58:31 +02:00
Refactor Session Handling (make it more simple & handler are now handler again)
This commit is contained in:
parent
02c40ad1cb
commit
1408908c84
11 changed files with 143 additions and 140 deletions
|
@ -133,6 +133,10 @@ class dependencyCheck extends TestCase
|
|||
|
||||
public function testDevLogger()
|
||||
{
|
||||
/** @var Configuration $config */
|
||||
$config = $this->dice->create(Configuration::class);
|
||||
$config->set('system', 'dlogfile', $this->root->url() . '/friendica.log');
|
||||
|
||||
/** @var LoggerInterface $logger */
|
||||
$logger = $this->dice->create('$devLogger', ['dev']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue