summaryrefslogtreecommitdiff
path: root/ext/spl/tests
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-10 11:17:52 -0700
committerChristopher Jones <sixd@php.net>2013-07-10 11:17:52 -0700
commit3478ddc1f057d379bbe4b9524c4d208ed81bb309 (patch)
tree99920125eaa89faf12614f1a22c4769dd959c1fc /ext/spl/tests
parentc0bfc57ba82082577d36e958219238de8d884be7 (diff)
downloadphp-git-3478ddc1f057d379bbe4b9524c4d208ed81bb309.tar.gz
Cleanup temp test file
Diffstat (limited to 'ext/spl/tests')
-rw-r--r--ext/spl/tests/SplFileObject_rewind_error001.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/spl/tests/SplFileObject_rewind_error001.phpt b/ext/spl/tests/SplFileObject_rewind_error001.phpt
index bdb3301e63..ac536a0a44 100644
--- a/ext/spl/tests/SplFileObject_rewind_error001.phpt
+++ b/ext/spl/tests/SplFileObject_rewind_error001.phpt
@@ -14,5 +14,9 @@ $fo = new SplFileObject('testdata.csv');
$fo->rewind( "invalid" );
?>
+--CLEAN--
+<?php
+unlink('testdata.csv');
+?>
--EXPECTF--
Warning: SplFileObject::rewind() expects exactly 0 parameters, 1 given in %s on line %d