save_action( $action, null, $last_attempt_date ); $action_date = $store->get_date( $action_id ); $this->assertEquals( $last_attempt_date->format( 'U' ), $action_date->format( 'U' ) ); $action_id = $store->save_action( $action, $scheduled_date, $last_attempt_date ); $action_date = $store->get_date( $action_id ); $this->assertEquals( $last_attempt_date->format( 'U' ), $action_date->format( 'U' ) ); } }