X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fapi%2Fcontrollers%2Ftags%2FGetTagsTest.php;fp=tests%2Fapi%2Fcontrollers%2Ftags%2FGetTagsTest.php;h=98628c984f0fa9e12f2da7f7865bb6eb70155d3f;hb=dea72c711ff740b3b829d238fcf85648465143a0;hp=f071bfa8fded76998d91ab0e972f7380b29af922;hpb=a43e7842e44068584302ec1d6349155b571d9c96;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/api/controllers/tags/GetTagsTest.php b/tests/api/controllers/tags/GetTagsTest.php index f071bfa8..98628c98 100644 --- a/tests/api/controllers/tags/GetTagsTest.php +++ b/tests/api/controllers/tags/GetTagsTest.php @@ -1,8 +1,8 @@ container = new Container(); $this->container['conf'] = $this->conf; - $this->linkDB = new \Shaarli\Bookmark\LinkDB(self::$testDatastore, true, false); + $this->linkDB = new LinkDB(self::$testDatastore, true, false); $this->container['db'] = $this->linkDB; $this->container['history'] = null;