- Fixed, the standalone execution of MimeTest. git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23503 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -97,6 +97,7 @@ class Zend_MimeTest extends PHPUnit_Framework_TestCase
$mail->addTo('test@email.com');
// test with generic transport
+ require_once 'Mail/MailTest.php';
$mock = new Zend_Mail_Transport_Sendmail_Mock();
$mail->send($mock);
$body = quoted_printable_decode($mock->body);