mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Merge pull request #447 from greut/phpunit-from-extra
Fix include from ParsedownTest
This commit is contained in:
commit
20ff8bbb57
@ -139,7 +139,7 @@ EXPECTED_HTML;
|
||||
|
||||
public function testLateStaticBinding()
|
||||
{
|
||||
include 'test/TestParsedown.php';
|
||||
include __DIR__ . '/TestParsedown.php';
|
||||
|
||||
$parsedown = Parsedown::instance();
|
||||
$this->assertInstanceOf('Parsedown', $parsedown);
|
||||
|
Loading…
Reference in New Issue
Block a user