Changeset 45424 for trunk/tests/phpunit/tests/comment/metaCache.php
- Timestamp:
- 05/26/2019 12:11:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/metaCache.php
r43982 r45424 143 143 array( 144 144 'comment_post_ID' => $posts[0], 145 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - ( 60 * $i ) ),145 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - ( 60 * $i ) ), 146 146 ) 147 147 ); … … 191 191 array( 192 192 'comment_post_ID' => $posts[0], 193 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - ( 60 * $i ) ),193 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - ( 60 * $i ) ), 194 194 ) 195 195 );
Note: See TracChangeset
for help on using the changeset viewer.