Skip to content

Commit

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

// Unsupported types
assertType('int|string|false', mysql2date(new stdClass(), $time));
assertType('int|string|false', mysql2date(false, $time));

0 comments on commit 6eccde1

Please sign in to comment.