1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Add test/CommonMarkTestWeak.php

This commit is contained in:
Daniel Rudolf
2016-09-05 14:38:47 +02:00
parent 3a46a31e09
commit d33e736fa3
3 changed files with 68 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ class CommonMarkTest extends PHPUnit_Framework_TestCase
protected function setUp()
{
$this->parsedown = new Parsedown();
require_once(__DIR__ . '/TestParsedown.php');
$this->parsedown = new TestParsedown();
$this->parsedown->setUrlsLinked(false);
}