From f97ec1b53ee48eadfcfe0088a7df82f7681f7c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Wed, 21 Aug 2019 15:42:55 +0200 Subject: [PATCH] Add skipped tutorials to test defaults [MAILPOET-2209] --- tests/DataFactories/Settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DataFactories/Settings.php b/tests/DataFactories/Settings.php index 364d780baf..7b70b057c7 100644 --- a/tests/DataFactories/Settings.php +++ b/tests/DataFactories/Settings.php @@ -18,6 +18,7 @@ class Settings { function withDefaultSettings() { $this->withCronTriggerMethod('WordPress'); $this->withSendingMethodSmtpMailhog(); + $this->withSkippedTutorials(); $this->withCookieRevenueTracking(); }