ZF-10470: Zend_Log_Formatter_SimpleTest don't call TestHelper
Description
Zend_Log_Formatter_SimpleTest don't call TestHelper. The consequence is that it includes the class Zend_Log_Formatter_Simple from the directive include_path instead of using the working copy of this class. And, Zend_Log_Formatter_Simple has no static method main().
Comments
Posted by Benoît Durand (intiilapa) on 2010-09-18T14:12:10.000+0000
r22973
Posted by Ramon Henrique Ornelas (ramon) on 2010-09-18T14:20:53.000+0000
Hi Benoit Could makes this improvement too to Zend_Log_Writer_*Test.
Thanks advance.