ensure SmtpTransportTest passes, always use localhost as hostname

This commit is contained in:
Ceeram 2011-10-21 15:02:53 +02:00
parent d9e8b3b6a2
commit 4d795a7383

View file

@ -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'));
}
/**