Fix tests

[MAILPOET-1571]
This commit is contained in:
Pavel Dohnal
2019-01-15 14:43:16 +01:00
parent 1db75f40fb
commit b66c724c4a
8 changed files with 94 additions and 51 deletions

View File

@ -17,6 +17,10 @@ class CronHelperTest extends \MailPoetTest {
Setting::setValue('cron_trigger', array(
'method' => 'none'
));
Setting::setValue('sender', array(
'name' => 'John Doe',
'address' => 'john.doe@example.com'
));
}
function testItDefinesConstants() {