]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/api/controllers/InfoTest.php
Add history entries for API endpoint
[github/shaarli/Shaarli.git] / tests / api / controllers / InfoTest.php
index 4beef3f7f7120a11173b81df275d8583959d4430..e85eb281ffa5c750c8389f33ea7a8288882c52b0 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);
     }