diff options
Diffstat (limited to 'plugins/hide_blockquote/tests/HideBlockquote.php')
-rw-r--r-- | plugins/hide_blockquote/tests/HideBlockquote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hide_blockquote/tests/HideBlockquote.php b/plugins/hide_blockquote/tests/HideBlockquote.php index 030c05324..90e209459 100644 --- a/plugins/hide_blockquote/tests/HideBlockquote.php +++ b/plugins/hide_blockquote/tests/HideBlockquote.php @@ -5,7 +5,7 @@ class HideBlockquote_Plugin extends PHPUnit_Framework_TestCase function setUp() { - include_once dirname(__FILE__) . '/../hide_blockquote.php'; + include_once __DIR__ . '/../hide_blockquote.php'; } /** |