You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertGreaterThan( $old_timestamp, (int) $new_timestamp, 'record_activity() should update last_seen in REPORT mode even for inactive users' );
1087
+
$this->assertGreaterThan( $old_timestamp, (int) $new_timestamp, 'record_activity() should record fresh last_seen in REPORT mode for inactive users' );
1088
+
$this->assertFalse( Inactive_Users::is_considered_inactive( $user_id ), 'User should no longer be considered inactive after record_activity() in REPORT mode' );
0 commit comments