mirror of
https://github.com/friendica/friendica
synced 2025-01-31 08:19:47 +00:00
Remove call of non-existing Logger::init() method in tests
This commit is contained in:
parent
abe6bf7947
commit
5caa3b13e6
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ class AutomaticInstallationConsoleTest extends ConsoleTestCase
|
||||||
});
|
});
|
||||||
|
|
||||||
$this->mode->shouldReceive('isInstall')->andReturn(true);
|
$this->mode->shouldReceive('isInstall')->andReturn(true);
|
||||||
Logger::init(new NullLogger());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue