mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 11:22:37 +02:00
Fix commonmark test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
composer.lock
|
composer.lock
|
||||||
vendor/
|
vendor/
|
||||||
|
.phpunit.result.cache
|
||||||
|
@@ -13,7 +13,7 @@ class CommonMarkTestStrict extends TestCase
|
|||||||
|
|
||||||
protected $parsedown;
|
protected $parsedown;
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
$this->parsedown = new TestParsedown();
|
$this->parsedown = new TestParsedown();
|
||||||
$this->parsedown->setUrlsLinked(false);
|
$this->parsedown->setUrlsLinked(false);
|
||||||
|
@@ -17,7 +17,7 @@ class CommonMarkTestWeak extends CommonMarkTestStrict
|
|||||||
{
|
{
|
||||||
protected $textLevelElementRegex;
|
protected $textLevelElementRegex;
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user