Remove logger from unit tests

This commit is contained in:
Frederic Guillot 2016-05-07 14:46:34 -04:00
parent 6361131d3f
commit aac11a609c
1 changed files with 0 additions and 2 deletions

View File

@ -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')