Opened 8 years ago
Closed 8 years ago
#7367 closed defect (bug) (fixed)
test_bp_core_ajax_url() doesn't correctly test forced HTTPS in wp-admin
Reported by: | DJPaul | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
After r11254, our test test_bp_core_ajax_url
is failing because we are no longer setting $_SERVER['HTTPS']
in go_to()
, so we need to do so explicitly here.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 11255: