1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

Fix include from ParsedownTest

I wasn't able to run all the tests from ParsedownExtra because of it.
This commit is contained in:
Yoan Blanc
2016-11-01 18:27:37 +01:00
parent e3c3e28554
commit bc21988fe5

View File

@@ -139,7 +139,7 @@ EXPECTED_HTML;
public function testLateStaticBinding()
{
include 'test/TestParsedown.php';
include __DIR__ . '/TestParsedown.php';
$parsedown = Parsedown::instance();
$this->assertInstanceOf('Parsedown', $parsedown);