Methods
1 to 7 of 7
- Tests_Multisite_UpdateBlogDetails::action_counter_cb() – Provide a counter to determine that hooks are firing when intended.
- Tests_Multisite_UpdateBlogDetails::data_flag_hooks() –
- Tests_Multisite_UpdateBlogDetails::data_single_directory_path() –
- Tests_Multisite_UpdateBlogDetails::test_update_blog_details_flag_action() – Test each of the actions that should fire in update_blog_details() depending on the flag and flag value being set. Each action should fire once and should not fire if a flag is already set for the given flag value.
- Tests_Multisite_UpdateBlogDetails::test_update_blog_details_invalid_blog_id() – If the ID passed is not that of a current site, we should expect false.
- Tests_Multisite_UpdateBlogDetails::test_update_blog_details_single_directory_path() – When the path for a site is updated with update_blog_details(), the final path should have a leading and trailing slash.
- Tests_Multisite_UpdateBlogDetails::test_update_blog_details() –