Changes between Initial Version and Version 1 of Ticket #41333, comment 25
- Timestamp:
- 09/05/2018 02:42:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41333, comment 25
initial v1 18 18 * Add tests to ensure `wp_insert_site()` triggers `wp_initialize_site()` with proper arguments correctly. 19 19 * Add tests to ensure `wp_delete_site()` triggers `wp_uninitialize_site()` correctly. 20 * Unhook `wp_initialize_site()`from `wp_initialize_site` for all `wp_insert_site()` tests that don't interact with the site's scope at all, to significantly improve tests performance.20 * Remove all actions from `wp_initialize_site` for all `wp_insert_site()` tests that don't interact with the site's scope at all, to significantly improve tests performance. 21 21 * Add tests for the new `wp_validate_site_deletion` action.