]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/netscape/BookmarkExportTest.php
Fix an issue with private tags and fix nomarkdown tag
[github/shaarli/Shaarli.git] / tests / netscape / BookmarkExportTest.php
index 011d19ac6ab107f473befb2234752ebba4fdac54..6c948bba4a0d805f09927af06e3e5d6d68482d57 100644 (file)
@@ -46,7 +46,7 @@ class BookmarkExportTest extends \PHPUnit\Framework\TestCase
         self::$refDb->write(self::$testDatastore);
         $history = new History('sandbox/history.php');
         self::$bookmarkService = new BookmarkFileService($conf, $history, true);
-        $factory = new FormatterFactory($conf);
+        $factory = new FormatterFactory($conf, true);
         self::$formatter = $factory->getFormatter('raw');
     }