]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/api/controllers/GetLinksTest.php
Add history entries for API endpoint
[github/shaarli/Shaarli.git] / tests / api / controllers / GetLinksTest.php
index 10330cd9a8d845a77f7d623ad92bd6be4f911949..84ae7f7af863dedc7c5e19e9f7b0264e79c2a173 100644 (file)
@@ -61,6 +61,7 @@ class GetLinksTest 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 Links($this->container);
     }