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