summaryrefslogtreecommitdiff
path: root/ext/phar/tests/delete.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-02-20 13:11:40 +0000
committerSteph Fox <sfox@php.net>2008-02-20 13:11:40 +0000
commit63060290516b50ab1d6479ebe00bfab384a309af (patch)
treeda066a7e4447f22cd7a126b48fdfe69aecc6482c /ext/phar/tests/delete.phpt
parent478cbe5892032fcf8bf9315ac9f32083483edd39 (diff)
downloadphp-git-63060290516b50ab1d6479ebe00bfab384a309af.tar.gz
Move supporting files to their own directory (toplevel tests)
Diffstat (limited to 'ext/phar/tests/delete.phpt')
-rw-r--r--ext/phar/tests/delete.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/delete.phpt b/ext/phar/tests/delete.phpt
index b11580b882..1d98509064 100644
--- a/ext/phar/tests/delete.phpt
+++ b/ext/phar/tests/delete.phpt
@@ -15,7 +15,7 @@ __HALT_COMPILER(); ?>";
$files = array();
$files['a'] = 'a';
-include 'phar_test.inc';
+include 'files/phar_test.inc';
include $fname;
$phar = new Phar($fname);