Add space between for and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -71,7 +71,7 @@ class NewsletterTemplateTest extends \MailPoetTest {
|
||||
|
||||
function testItCanCleanRecentlySent() {
|
||||
$total = NewsletterTemplate::RECENTLY_SENT_COUNT + 5;
|
||||
for($i = 0; $i < $total; $i++) {
|
||||
for ($i = 0; $i < $total; $i++) {
|
||||
NewsletterTemplate::createOrUpdate(array(
|
||||
'name' => 'Testing template ' . $i,
|
||||
'body' => '{content: {}, globalStyles: {}}',
|
||||
|
Reference in New Issue
Block a user