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