summaryrefslogtreecommitdiffstats
path: root/test/ParsedownTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/ParsedownTest.php')
-rw-r--r--test/ParsedownTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ParsedownTest.php b/test/ParsedownTest.php
index c922ab1..323dace 100644
--- a/test/ParsedownTest.php
+++ b/test/ParsedownTest.php
@@ -139,7 +139,7 @@ EXPECTED_HTML;
public function testLateStaticBinding()
{
- include 'test/TestParsedown.php';
+ include __DIR__ . '/TestParsedown.php';
$parsedown = Parsedown::instance();
$this->assertInstanceOf('Parsedown', $parsedown);