Tests: Fix the tests for the c and r formats in date_i18n().

To test the `date_i18n()` output correctly, the tests added in [43434] need to set a non-UTC timezone.

Props Rarst.
Fixes #20973.


Built from https://develop.svn.wordpress.org/trunk@44710


git-svn-id: http://core.svn.wordpress.org/trunk@44541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-29 01:20:50 +00:00
parent 8af55f1578
commit 129db19a29

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta2-44709';
$wp_version = '5.1-beta2-44710';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.