Skip to content

Commit

Permalink
Remove unnecessary tests for current_time extension (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Jun 16, 2023
1 parent 679adfe commit 25605b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/data/current_time.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@
// Unknown types
assertType('int|string', current_time($_GET['foo']));
assertType('int|string', current_time(get_option('date_format')));

// Unsupported types
assertType('int|string', current_time(new stdClass()));
assertType('int|string', current_time(false));

0 comments on commit 25605b7

Please sign in to comment.