summaryrefslogtreecommitdiff
path: root/plugins/zipdownload/tests/Zipdownload.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zipdownload/tests/Zipdownload.php')
-rw-r--r--plugins/zipdownload/tests/Zipdownload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zipdownload/tests/Zipdownload.php b/plugins/zipdownload/tests/Zipdownload.php
index f3b4e1b35..3882dea87 100644
--- a/plugins/zipdownload/tests/Zipdownload.php
+++ b/plugins/zipdownload/tests/Zipdownload.php
@@ -5,7 +5,7 @@ class Zipdownload_Plugin extends PHPUnit_Framework_TestCase
function setUp()
{
- include_once dirname(__FILE__) . '/../zipdownload.php';
+ include_once __DIR__ . '/../zipdownload.php';
}
/**