Add skipped tutorials to test defaults

[MAILPOET-2209]
This commit is contained in:
Jan Jakeš
2019-08-21 15:42:55 +02:00
committed by M. Shull
parent 775d8657ca
commit f97ec1b53e

View File

@@ -18,6 +18,7 @@ class Settings {
function withDefaultSettings() {
$this->withCronTriggerMethod('WordPress');
$this->withSendingMethodSmtpMailhog();
$this->withSkippedTutorials();
$this->withCookieRevenueTracking();
}