Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/cron.feature
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ Feature: Manage WP-Cron events and schedules
| name | interval |
| hourly | 3600 |

# TODO: Investigate 500 Internal Server Error on Windows.
@skip-windows
Scenario: Testing WP-Cron
Given a php.ini file:
"""
Expand Down Expand Up @@ -359,6 +361,8 @@ Feature: Manage WP-Cron events and schedules
Executed a total of 0 cron events
"""

# TODO: Investigate 500 Internal Server Error on Windows.
@skip-windows
Scenario: Don't trigger cron when ALTERNATE_WP_CRON is defined
Given a alternate-wp-cron.php file:
"""
Expand Down
Loading