summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_oo_011.phpt')
-rw-r--r--ext/phar/tests/phar_oo_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_oo_011.phpt b/ext/phar/tests/phar_oo_011.phpt
index bf523c713c..d7ff82e761 100644
--- a/ext/phar/tests/phar_oo_011.phpt
+++ b/ext/phar/tests/phar_oo_011.phpt
@@ -11,7 +11,7 @@ phar.require_hash=0
$pharconfig = 0;
-require_once 'phar_oo_test.inc';
+require_once 'files/phar_oo_test.inc';
$phar = new Phar($fname);
$phar->setInfoClass('SplFileObject');