mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix include from ParsedownTest
I wasn't able to run all the tests from ParsedownExtra because of it.
This commit is contained in:
parent
e3c3e28554
commit
bc21988fe5
@ -139,7 +139,7 @@ EXPECTED_HTML;
|
|||||||
|
|
||||||
public function testLateStaticBinding()
|
public function testLateStaticBinding()
|
||||||
{
|
{
|
||||||
include 'test/TestParsedown.php';
|
include __DIR__ . '/TestParsedown.php';
|
||||||
|
|
||||||
$parsedown = Parsedown::instance();
|
$parsedown = Parsedown::instance();
|
||||||
$this->assertInstanceOf('Parsedown', $parsedown);
|
$this->assertInstanceOf('Parsedown', $parsedown);
|
||||||
|
Loading…
Reference in New Issue
Block a user