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
No known key found for this signature in database
GPG Key ID: 6058CF4574298812
1 changed files with 1 additions and 1 deletions

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);