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