ZF-10767: MimeTest fails due to missing require statement
Description
Line 100: $mock = new Zend_Mail_Transport_Sendmail_Mock();
The require for that class is missing.
Line 100: $mock = new Zend_Mail_Transport_Sendmail_Mock();
The require for that class is missing.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-12-12T06:02:02.000+0000
Fixed r23503 in trunk merged to release branch 1.11 r23504 - thanks.