Skip to content

Commit

Permalink
Use a different stream option to see if it works with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed May 16, 2013
1 parent 85136af commit 3215f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpmailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ function test_SmtpConnect()
$this->assertTrue($this->Mail->SmtpConnect(), 'SMTP multi-connect failed');
$this->Mail->SmtpClose();
$this->Mail->Host = $_REQUEST['mail_host'];
$this->assertTrue($this->Mail->SmtpConnect(array('socket' => array('bindto' => '0:7000'))), 'SMTP connect with options failed');
$this->assertTrue($this->Mail->SmtpConnect(array('ssl' => array('verify_depth' => 10))), 'SMTP connect with options failed');
}

/**
Expand Down

0 comments on commit 3215f89

Please sign in to comment.