diff --git a/tests/unit/framework/FormatterTest.php b/tests/unit/framework/FormatterTest.php index bed7674ca..b2146eea7 100644 --- a/tests/unit/framework/FormatterTest.php +++ b/tests/unit/framework/FormatterTest.php @@ -2,6 +2,11 @@ class FormatterTest extends \Codeception\TestCase\Test { + public function _before() + { + config('security.nofollow', false); + } + public function testText2HTML() { $text = file_get_contents(\RX_BASEDIR . 'tests/_data/formatter/text2html.source.txt');