Skip to content

Commit c439ac6

Browse files
cjbjTyrael
authored andcommitted
Cleanup temp test file
1 parent e3d9e18 commit c439ac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/spl/tests/SplFileObject_rewind_error001.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ $fo = new SplFileObject('testdata.csv');
1313

1414
$fo->rewind( "invalid" );
1515

16+
?>
17+
--CLEAN--
18+
<?php
19+
unlink('testdata.csv');
1620
?>
1721
--EXPECTF--
1822
Warning: SplFileObject::rewind() expects exactly 0 parameters, 1 given in %s on line %d

0 commit comments

Comments
 (0)