Skip to content

Commit 6eccde1

Browse files
authored
Remove unnecessary tests for mysql2date extension (#192)
1 parent 25605b7 commit 6eccde1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/data/mysql2date.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@
1919
assertType('mixed', $_GET['foo']);
2020
assertType('int|string|false', mysql2date($_GET['foo'], $time));
2121
assertType('int|string|false', mysql2date(get_option('date_format'), $time));
22-
23-
// Unsupported types
24-
assertType('int|string|false', mysql2date(new stdClass(), $time));
25-
assertType('int|string|false', mysql2date(false, $time));

0 commit comments

Comments
 (0)