Skip to content

Commit 5b50f5a

Browse files
committed
Make last check date to very far future in core check update test
1 parent 429e2e5 commit 5b50f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/core-check-update.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Feature: Check for more recent versions
5252
5353
$obj = new stdClass;
5454
$obj->updates = [];
55-
$obj->last_checked = '1709881133';
55+
$obj->last_checked = strtotime( '1 January 2099' );
5656
$obj->version_checked = $wp_version;
5757
$obj->translations = [];
5858
set_site_transient( 'update_core', $obj );

0 commit comments

Comments
 (0)