Skip to content

Commit

Permalink
Remove unnecessary skipifs in date
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 14, 2021
1 parent ca423a1 commit 6ce9076
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ext/date/tests/DateInterval_format.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Don't want an XFAIL here to cause confusion if a real bug comes up.
--CREDITS--
Daniel Convissor <danielc@php.net>
# TestFest 2010 BKTK
--SKIPIF--
<?php if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist"); ?>
--FILE--
<?php
date_default_timezone_set('UTC');
Expand Down
4 changes: 0 additions & 4 deletions ext/date/tests/DateInterval_format_a.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Daniel Convissor <danielc@php.net>
# TestFest 2010 BKTK
--INI--
date.timezone=UTC
--SKIPIF--
<?php
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
?>
--FILE--
<?php

Expand Down

0 comments on commit 6ce9076

Please sign in to comment.