wordpress-develop/tests/phpunit/tests/date
Sergey Biryukov ee5227550d Date/Time: Remove incomplete and redundant test for get_post_time() added in [46580].
There is no functional difference between `gmt_offset` and `timezone_string` timezone modes for the issue.

See #48384.

git-svn-id: https://develop.svn.wordpress.org/trunk@46583 602fd350-edb4-49c9-b593-d223f7449a82
2019-10-25 15:09:30 +00:00
..
currentTime.php Date/Time: Restore the previous behavior of date_i18n() where invalid input would result in current time. 2019-08-29 23:17:30 +00:00
dateI18n.php Date/Time: Make sure date_i18n() correctly handles zero timestamp after [45901]. 2019-10-25 11:03:13 +00:00
mysql2date.php Date/Time: Revamp mysql2date() to use wp_date() and handle invalid input in a consistent manner. 2019-08-29 05:06:15 +00:00
postTime.php Date/Time: Remove incomplete and redundant test for get_post_time() added in [46580]. 2019-10-25 15:09:30 +00:00
query.php Date/Time: Use wp_timezone() in WP_Date_Query::build_mysql_datetime() to address timezone issues. 2019-08-22 03:10:05 +00:00
theDate.php Date/Time: Restore the previous behavior of date_i18n() where invalid input would result in current time. 2019-08-29 23:17:30 +00:00
wpDate.php Date/Time: Make sure wp_date() does not unnecessarily escape localized numbers, but keeps localized slashes. 2019-10-22 17:29:02 +00:00
wpTimezone.php Date/Time: Restore the previous behavior of date_i18n() where invalid input would result in current time. 2019-08-29 23:17:30 +00:00