Skip to content

Commit 25605b7

Browse files
authored
Remove unnecessary tests for current_time extension (#191)
1 parent 679adfe commit 25605b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/data/current_time.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@
2222
// Unknown types
2323
assertType('int|string', current_time($_GET['foo']));
2424
assertType('int|string', current_time(get_option('date_format')));
25-
26-
// Unsupported types
27-
assertType('int|string', current_time(new stdClass()));
28-
assertType('int|string', current_time(false));

0 commit comments

Comments
 (0)