diff options
Diffstat (limited to 'ext/date/tests/getdate_variation6.phpt')
-rw-r--r-- | ext/date/tests/getdate_variation6.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/getdate_variation6.phpt b/ext/date/tests/getdate_variation6.phpt index a859afae1b..cb7ca9a9a3 100644 --- a/ext/date/tests/getdate_variation6.phpt +++ b/ext/date/tests/getdate_variation6.phpt @@ -25,7 +25,6 @@ foreach($inputs as $key => $value) { var_dump( getdate($value) ); }; ?> -===DONE=== --EXPECT-- *** Testing getdate() : usage variation *** @@ -106,4 +105,3 @@ array(11) { [0]=> int(-10) } -===DONE=== |