]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/formatter/BookmarkRawFormatterTest.php
Fix an issue with private tags and fix nomarkdown tag
[github/shaarli/Shaarli.git] / tests / formatter / BookmarkRawFormatterTest.php
index ceb6fb73895fef071a4eb49d80a4243482482182..4491b03586ad7fddb1da215df67924d251435b3a 100644 (file)
@@ -29,7 +29,7 @@ class BookmarkRawFormatterTest extends TestCase
     {
         copy('tests/utils/config/configJson.json.php', self::$testConf .'.json.php');
         $this->conf = new ConfigManager(self::$testConf);
-        $this->formatter = new BookmarkRawFormatter($this->conf);
+        $this->formatter = new BookmarkRawFormatter($this->conf, true);
     }
 
     /**