Changeset 45424 for trunk/tests/phpunit/tests/comment/wpListComments.php
- Timestamp:
- 05/26/2019 12:11:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpListComments.php
r43571 r45424 17 17 array( 18 18 'comment_post_ID' => $p, 19 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),19 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 20 20 'comment_author' => 'Commenter ' . $i, 21 21 ) … … 55 55 array( 56 56 'comment_post_ID' => $p, 57 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),57 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 58 58 'comment_author' => 'Commenter ' . $i, 59 59 ) … … 93 93 array( 94 94 'comment_post_ID' => $p, 95 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),95 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 96 96 'comment_author' => 'Commenter ' . $i, 97 97 ) … … 139 139 array( 140 140 'comment_post_ID' => $p, 141 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),141 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 142 142 'comment_author' => 'Commenter ' . $i, 143 143 ) … … 179 179 array( 180 180 'comment_post_ID' => $p, 181 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),181 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 182 182 'comment_author' => 'Commenter ' . $i, 183 183 ) … … 224 224 array( 225 225 'comment_post_ID' => $p, 226 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - $i ),226 'comment_date_gmt' => gmdate( 'Y-m-d H:i:s', $now - $i ), 227 227 'comment_author' => 'Commenter ' . $i, 228 228 'user_id' => $u,
Note: See TracChangeset
for help on using the changeset viewer.