setupPostNotifications(); foreach(WPPosts::getTypes() as $post_type) { expect(has_filter('publish_' . $post_type, '\MailPoet\Newsletter\Scheduler\Scheduler::schedulePostNotification'))->notEmpty(); } } }