Remove logger from unit tests
This commit is contained in:
parent
6361131d3f
commit
aac11a609c
|
|
@ -49,9 +49,7 @@ abstract class Base extends PHPUnit_Framework_TestCase
|
|||
);
|
||||
|
||||
$this->container['db']->logQueries = true;
|
||||
|
||||
$this->container['logger'] = new Logger;
|
||||
$this->container['logger']->setLogger(new File($this->isWindows() ? 'NUL' : '/dev/null'));
|
||||
|
||||
$this->container['httpClient'] = $this
|
||||
->getMockBuilder('\Kanboard\Core\Http\Client')
|
||||
|
|
|
|||
Loading…
Reference in New Issue