-- Daniel Latter <[EMAIL PROTECTED]> wrote (on Thursday, 27 November 2008, 05:39 PM +0000): > no problem Matthew, > > I'm currently looking at the Zend_Test package and also going through > the tutorial you provide on your site, I have it all working OK but If > i try to do a code coverage report as illustrated in the XML file you > show on your site I get a fatal error looking for: > > > Zend/Gdata/Atom ... > > I have checked the library incl 1.7.0 and package doesn't seem to be > there? not a problem for me as I'm just experimenting and just setting > up a test environment is enough (for now).
I'll put in an issue in the tracker for it; looks like this is in Zend/Gdata/Books/Extension/BooksCategory.php, and it should be requiring Zend/Gdata/App/Extension/Category.php instead (s/Atom/App/, basically). > 2008/11/27 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > > -- Daniel Latter <[EMAIL PROTECTED]> wrote > > (on Thursday, 27 November 2008, 05:03 PM +0000): > >> I think there is a small error in the Zend_Test part of the manual: > >> > >> It refers to > >> > >> Zend_Test_PHPUnit_ControllerTestCase > >> > >> but later on starts using > >> > >> Zend_Test_PHPUnit_Controller_TestCase (notice the underscore) > > > > It this is the case, it has been corrected since we last updated the > > online manual -- I can find no such occurrences currently in svn. > > > > Thanks for the report, though! > > > > -- > > Matthew Weier O'Phinney > > Software Architect | [EMAIL PROTECTED] > > Zend Framework | http://framework.zend.com/ > > -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
