summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation5.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-05-27 09:34:55 +0000
committerSteph Fox <sfox@php.net>2008-05-27 09:34:55 +0000
commita4cb8c536fc896f8366ab87980659800a72f461c (patch)
tree1198a17fa0f381c63c353ce9a92233945ed87546 /ext/standard/tests/file/copy_variation5.phpt
parent4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff)
downloadphp-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/copy_variation5.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation5.phpt26
1 files changed, 0 insertions, 26 deletions
diff --git a/ext/standard/tests/file/copy_variation5.phpt b/ext/standard/tests/file/copy_variation5.phpt
index acd78a30f5..8abc9c961a 100644
--- a/ext/standard/tests/file/copy_variation5.phpt
+++ b/ext/standard/tests/file/copy_variation5.phpt
@@ -104,29 +104,3 @@ Destination file name => %s/CopY.TMP
Size of source file => int(1500)
Size of destination file => int(1500)
*** Done ***
---UEXPECTF--
-*** Test copy() function: checking case sensitivity in creation of destination file names ***
-Size of the source file before copy operation => int(1500)
-
--- Now applying copy() on source file to create copies --
--- Iteration 1 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/COPY.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 2 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/COPY.TMP
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 3 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/CopY.TMP
-Size of source file => int(1500)
-Size of destination file => int(1500)
-*** Done ***