mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
refactor: logger (#3678)
This commit is contained in:
parent
360f953be8
commit
7329b83cc0
30 changed files with 297 additions and 338 deletions
|
@ -231,7 +231,10 @@ class BridgeImplementationTest extends TestCase
|
|||
{
|
||||
$this->class = '\\' . basename($path, '.php');
|
||||
$this->assertTrue(class_exists($this->class), 'class ' . $this->class . ' doesn\'t exist');
|
||||
$this->obj = new $this->class();
|
||||
$this->obj = new $this->class(
|
||||
new \NullCache(),
|
||||
new \NullLogger()
|
||||
);
|
||||
}
|
||||
|
||||
private function checkUrl($url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue