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