`wordpoints_installables_install_on_new_site()` is hooked to `wpmu_new_blog`, which is deprecated as of WP 5.1. `wp_insert_site` should be used instead. This causes errors when running the extension-only uninstall tests for an extension on multisite.
wordpoints_installables_install_on_new_site()is hooked towpmu_new_blog, which is deprecated as of WP 5.1.wp_insert_siteshould be used instead.This causes errors when running the extension-only uninstall tests for an extension on multisite.