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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user