Changeset 44710
- Timestamp:
- 01/29/2019 01:19:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/dateI18n.php
r43562 r44710 90 90 */ 91 91 public function test_date_i18n_handles_shorthand_formats( $short, $full ) { 92 update_option( 'timezone_string', 'America/Regina' ); 93 92 94 $this->assertEquals( strtotime( date_i18n( $full ) ), strtotime( date_i18n( $short ) ), 'The dates should be equal', 2 ); 93 95 $this->assertEquals( $short, date_i18n( '\\' . $short ) );
Note: See TracChangeset
for help on using the changeset viewer.