Added filter class for tags

This commit is contained in:
Frederic Guillot
2016-06-24 11:40:58 -04:00
parent 700b4e8f02
commit b2e92480c2
8 changed files with 243 additions and 12 deletions

View File

@@ -48,8 +48,8 @@ abstract class Base extends PHPUnit_Framework_TestCase
new Stopwatch
);
$this->container['db']->logQueries = true;
$this->container['logger'] = new Logger;
$this->container['db']->getStatementHandler()->withLogging();
$this->container['logger'] = new Logger();
$this->container['httpClient'] = $this
->getMockBuilder('\Kanboard\Core\Http\Client')