diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-07 14:46:34 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-07 14:46:34 -0400 |
commit | aac11a609c58ec8356e1ca479da456876034b06c (patch) | |
tree | b7a0a07013e35f79a29472bc03869b0ba32cac23 | |
parent | 6361131d3f03bdc6f5642bfda8e1f165239d593a (diff) |
Remove logger from unit tests
-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') |