1 parent 718205f commit 4c205fdCopy full SHA for 4c205fd
1 file changed
src/Admin/Provisioning/Integrations.php
@@ -91,7 +91,6 @@ public function create_integration_funnel( $event_goals, $funnel_name ) {
91
* @param object $integration The integration object containing event goals to be deleted.
92
*
93
* @return void
94
- * @codeCoverageIgnore Because we don't want to test the API.
95
*/
96
public function delete_integration_goals( $integration ) {
97
$goals = get_option( 'plausible_analytics_enhanced_measurements_goal_ids', [] );
0 commit comments