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