summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation14.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_variation14.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation14.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/standard/tests/file/copy_variation14.phpt b/ext/standard/tests/file/copy_variation14.phpt
index da3410d5a2..1a39c1c6a9 100644
--- a/ext/standard/tests/file/copy_variation14.phpt
+++ b/ext/standard/tests/file/copy_variation14.phpt
@@ -46,15 +46,3 @@ bool(false)
bool(false)
int(1500)
*** Done ***
---UEXPECTF--
-*** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
-Warning: copy(%s): %s
-bool(false)
-bool(false)
-
-*** Test copy() function: Trying to create copy of an existing source in non-existing destination ***
-Warning: copy(%s): %s
-bool(false)
-bool(false)
-int(1500)
-*** Done ***