summaryrefslogtreecommitdiff
path: root/ext/phar/tests/withphar.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/withphar.phpt')
-rw-r--r--ext/phar/tests/withphar.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/withphar.phpt b/ext/phar/tests/withphar.phpt
index 26c86d2f1b..51cfbce01f 100644
--- a/ext/phar/tests/withphar.phpt
+++ b/ext/phar/tests/withphar.phpt
@@ -4,7 +4,7 @@ Phar: phar run with ext/phar with default stub
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE--
<?php
-include dirname(__FILE__) . '/files/nophar.phar';
+include __DIR__ . '/files/nophar.phar';
?>
===DONE===
--EXPECT--