]> granicus.if.org Git - php/commitdiff
Cleanup temp test file
authorChristopher Jones <sixd@php.net>
Wed, 10 Jul 2013 18:17:52 +0000 (11:17 -0700)
committerFerenc Kovacs <tyra3l@gmail.com>
Wed, 6 Nov 2013 09:31:35 +0000 (10:31 +0100)
ext/spl/tests/SplFileObject_rewind_error001.phpt

index bdb3301e6349bffb0853bfb6b6fa89076254aab5..ac536a0a44af5e9c6dc87aeece121188c01fab9f 100644 (file)
@@ -13,6 +13,10 @@ $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