From: Christopher Jones Date: Wed, 10 Jul 2013 18:17:52 +0000 (-0700) Subject: Cleanup temp test file X-Git-Tag: php-5.5.6~12^2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c439ac6c3558363059a743941e85586e12a808de;p=php Cleanup temp test file --- 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 @@ -13,6 +13,10 @@ $fo = new SplFileObject('testdata.csv'); $fo->rewind( "invalid" ); +?> +--CLEAN-- + --EXPECTF-- Warning: SplFileObject::rewind() expects exactly 0 parameters, 1 given in %s on line %d