]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/api/controllers/InfoTest.php
Merge pull request #841 from ArthurHoaro/feature/search-no-tag
[github/shaarli/Shaarli.git] / tests / api / controllers / InfoTest.php
index 5d6a23298670fe694f75bb4dd51a78a3b66ecb8e..f7e63bfaf2623e498ce0f9605c76aad7e517975b 100644 (file)
@@ -54,6 +54,7 @@ class InfoTest extends \PHPUnit_Framework_TestCase
         $this->container = new Container();
         $this->container['conf'] = $this->conf;
         $this->container['db'] = new \LinkDB(self::$testDatastore, true, false);
+        $this->container['history'] = null;
 
         $this->controller = new Info($this->container);
     }