Remove debug line [MAILPOET-2876]
This commit is contained in:
@@ -68,7 +68,6 @@ class ConfirmationEmailMailerTest extends \MailPoetTest {
|
|||||||
|
|
||||||
$result = $sender->sendConfirmationEmail($subscriber);
|
$result = $sender->sendConfirmationEmail($subscriber);
|
||||||
expect($result)->true();
|
expect($result)->true();
|
||||||
codecept_debug($subscriber);
|
|
||||||
expect($subscriber->countConfirmations)->equals(1);
|
expect($subscriber->countConfirmations)->equals(1);
|
||||||
|
|
||||||
$sender->sendConfirmationEmailOnce($subscriber);
|
$sender->sendConfirmationEmailOnce($subscriber);
|
||||||
|
Reference in New Issue
Block a user