Skip to content

Commit d4c970f

Browse files
committed
ext/calendar: Remove ZPP test
1 parent 33ba5fa commit d4c970f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/calendar/tests/unixtojd_error1.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ try {
1515
} catch (ValueError $ex) {
1616
echo $ex->getMessage(), PHP_EOL;
1717
}
18-
var_dump(unixtojd(false)) . PHP_EOL;
1918
var_dump(unixtojd(null)) . PHP_EOL;
2019
var_dump(unixtojd(time())) . PHP_EOL;
2120
?>
2221
--EXPECTF--
2322
unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0
2423
int(%d)
2524
int(%d)
26-
int(%d)

0 commit comments

Comments
 (0)