Fix tests
[MAILPOET-1571]
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user