Skip to content

Commit

Permalink
(NFC) tests/phpunit/Civi/FlexMailer/MailingPreviewTest.php - Update t…
Browse files Browse the repository at this point in the history
…o current code standard
  • Loading branch information
totten committed Jul 12, 2019
1 parent 81291a9 commit 3630f8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/phpunit/Civi/FlexMailer/MailingPreviewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public function setUp() {
\Civi::settings()->set('flexmailer_traditional', 'flexmailer');

$this->useTransaction();
\CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0; // DGW
// DGW
\CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0;
$this->_contactID = $this->individualCreate();
$this->_groupID = $this->groupCreate();
$this->_email = '[email protected]';
Expand All @@ -56,7 +57,8 @@ public function setUp() {
}

public function tearDown() {
\CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0; // DGW
// DGW
\CRM_Mailing_BAO_MailingJob::$mailsProcessed = 0;
parent::tearDown();
}

Expand Down

0 comments on commit 3630f8d

Please sign in to comment.