Skip to content

Commit 6ce9076

Browse files
committed
Remove unnecessary skipifs in date
1 parent ca423a1 commit 6ce9076

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ext/date/tests/DateInterval_format.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Don't want an XFAIL here to cause confusion if a real bug comes up.
66
--CREDITS--
77
Daniel Convissor <danielc@php.net>
88
# TestFest 2010 BKTK
9-
--SKIPIF--
10-
<?php if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist"); ?>
119
--FILE--
1210
<?php
1311
date_default_timezone_set('UTC');

ext/date/tests/DateInterval_format_a.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ Daniel Convissor <danielc@php.net>
55
# TestFest 2010 BKTK
66
--INI--
77
date.timezone=UTC
8-
--SKIPIF--
9-
<?php
10-
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
11-
?>
128
--FILE--
139
<?php
1410

0 commit comments

Comments
 (0)