Browse Source

Cleanup temp test file

pull/533/head
Christopher Jones 13 years ago
committed by Ferenc Kovacs
parent
commit
c439ac6c35
  1. 4
      ext/spl/tests/SplFileObject_rewind_error001.phpt

4
ext/spl/tests/SplFileObject_rewind_error001.phpt

@ -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
Loading…
Cancel
Save