Explorar o código

[ZF-10767] Zend_Mime

- Fixed, the standalone execution of MimeTest.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23503 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon %!s(int64=15) %!d(string=hai) anos
pai
achega
0ad2c42413
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/Zend/MimeTest.php

+ 1 - 0
tests/Zend/MimeTest.php

@@ -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);