Fix broken unit test

This commit is contained in:
Frederic Guillot
2016-01-14 21:59:19 -05:00
parent 9e24bb2ef0
commit 1bbd4faf56
5 changed files with 7 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ class UrlHelperTest extends Base
$c = new Config($this->container);
$c->save(array('application_url' => 'https://mykanboard/'));
$this->container['memoryCache']->flush();
$h = new Url($this->container);
$this->assertEquals('https://mykanboard/', $c->get('application_url'));