Skip to content

Commit

Permalink
Fixed http mailer test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper committed Sep 1, 2020
1 parent 5e7b07b commit d57646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/test-mailer.http.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function test_mailSend_calls_sparkpost_send() {
}

function test_mailer_is_a_mailer_instance() {
$this->assertTrue( $this->mailer instanceof \PHPMailer );
$this->assertTrue( $this->mailer instanceof \PHPMailer\PHPMailer\PHPMailer );
}

function test_get_sender_with_name() {
Expand Down

0 comments on commit d57646e

Please sign in to comment.