diff options
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index 6825a6bf..a3dedafd 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -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') |