Changeset 60235 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 05/14/2025 11:57:21 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r57750 r60235 3002 3002 */ 3003 3003 public function test_orderby_date_modified_gmt_should_order_by_comment_ID_in_case_of_tie_ASC() { 3004 $now = current_time( 'mysql', 1);3004 $now = current_time( 'mysql', true ); 3005 3005 $comments = self::factory()->comment->create_many( 3006 3006 5, … … 3029 3029 */ 3030 3030 public function test_orderby_date_modified_gmt_should_order_by_comment_ID_in_case_of_tie_DESC() { 3031 $now = current_time( 'mysql', 1);3031 $now = current_time( 'mysql', true ); 3032 3032 $comments = self::factory()->comment->create_many( 3033 3033 5,
Note: See TracChangeset
for help on using the changeset viewer.