mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix unit tests failing if nofollow attribute is turned on
This commit is contained in:
parent
6e7012394e
commit
5881d08f6a
1 changed files with 5 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue