humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
512 stars 46 forks source link

Add support for returning `WP_Error` objects #119

Closed roborourke closed 1 year ago

roborourke commented 1 year ago

Builds are currently not running or broken.

Required updating for the latest version of WP - allowing for returning WP_Error objects as well as the latest WP test framework.

I had to remove PHPCS as a dependency because it's currently not compatible with PHPUnit 9, it's handled separately via linter bot anyway.

Fixes #108

roborourke commented 1 year ago

Cheers @johnbillion & @svandragt