Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the remaining modules (#59)
* Refactor custom status to be static * migrate the workflow class * Refactor the remaining modules * Fix missing imports * Fix the settings not showing up * Fix return type * Fix the default options not being set, the settings menu ordering, double status creations and the lack of settings updated message * Add a new way to reset options after each test, and utilize it in tests * Update the min php and wp versions * Move the core hacks to their own file, re-enable the notifications tests, and shift away another helper method that's shared * Fix the cs problems * Up the WP version * Set the php version correctly * Add the missing = * More missing == * Up the workflow version of the plugin * Up the package version info * Re-order the taxonomy registration process * Redo the way default options are handled * Remove the taxonomy registration priority and add an optimized version of the editorial metadata lookup * Change all tests to extend WP_UnitTestCase, use built-in factory methods, remove unnecessary per-test cleanup --------- Co-authored-by: Alec Geatches <[email protected]>
- Loading branch information