]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/formatter/FormatterFactoryTest.php
Fix an issue with private tags and fix nomarkdown tag (#1399)
[github/shaarli/Shaarli.git] / tests / formatter / FormatterFactoryTest.php
index 317c0b2d99d08c9ded9cf043f4baddd9867de8b3..5adf3ffd8dd2acfe20eb47fcf5ab58ed40f7c9ce 100644 (file)
@@ -28,7 +28,7 @@ class FormatterFactoryTest extends TestCase
     {
         copy('tests/utils/config/configJson.json.php', self::$testConf .'.json.php');
         $this->conf = new ConfigManager(self::$testConf);
-        $this->factory = new FormatterFactory($this->conf);
+        $this->factory = new FormatterFactory($this->conf, true);
     }
 
     /**