mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Use Parsedown directly
Remove UrlsLinked adjustment--we'll have a better way of doing that later
This commit is contained in:
parent
e6e24a8d0d
commit
799ced66fa
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace Erusev\Parsedown\Tests;
|
namespace Erusev\Parsedown\Tests;
|
||||||
|
|
||||||
|
use Erusev\Parsedown\Parsedown;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -17,8 +18,8 @@ class CommonMarkTestStrict extends TestCase
|
|||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
$this->parsedown = new TestParsedown();
|
$this->parsedown = new Parsedown;
|
||||||
$this->parsedown->setUrlsLinked(false);
|
// $this->parsedown->setUrlsLinked(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user