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