mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
ensure SmtpTransportTest passes, always use localhost as hostname
This commit is contained in:
parent
d9e8b3b6a2
commit
4d795a7383
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class SmtpTransportTest extends CakeTestCase {
|
|||
|
||||
$this->SmtpTransport = new SmtpTestTransport();
|
||||
$this->SmtpTransport->setSocket($this->socket);
|
||||
$this->SmtpTransport->config();
|
||||
$this->SmtpTransport->config(array('client' => 'localhost'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue