diff options
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index b38fa12f..42f84278 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -61,6 +61,7 @@ abstract class Base extends PHPUnit_Framework_TestCase $this->container['db']->getStatementHandler()->withLogging(); $this->container['logger'] = new Logger(); + $this->container['cli'] = new \Symfony\Component\Console\Application('Kanboard', 'test'); $this->container['httpClient'] = $this ->getMockBuilder('\Kanboard\Core\Http\Client') |