]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/feed/FeedBuilderTest.php
Fix an issue with private tags and fix nomarkdown tag
[github/shaarli/Shaarli.git] / tests / feed / FeedBuilderTest.php
index a43ff672632b092096b92301d9a9da39d324101b..5467189192bed2ac6442df947758394fef57244e 100644 (file)
@@ -51,7 +51,7 @@ class FeedBuilderTest extends \PHPUnit\Framework\TestCase
         $refLinkDB = new \ReferenceLinkDB();
         $refLinkDB->write(self::$testDatastore);
         $history = new History('sandbox/history.php');
-        $factory = new FormatterFactory($conf);
+        $factory = new FormatterFactory($conf, true);
         self::$formatter = $factory->getFormatter();
         self::$bookmarkService = new BookmarkFileService($conf, $history, true);