'cleanupPremiumPlugin', ]; public function cleanupPremiumPlugin(TestEvent $event) { $premiumPluginPath = ABSPATH . 'wp-content/plugins/mailpoet-premium'; if (file_exists($premiumPluginPath)) { exec("rm -rf $premiumPluginPath", $output); } } }