Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a1

Bug #11788 Two failing unit tests
Submitted: 2007-08-08 07:20 UTC
From: ashnazg Assigned: ashnazg
Status: Closed Package: PhpDocumentor (version 1.4.0)
PHP Version: 5.2.3 OS: Gentoo Linux
Roadmaps: 1.4.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 42 + 44 = ?

 
 [2007-08-08 07:20 UTC] ashnazg (Chuck Burgess)
Description: ------------ Unit test failures: - testShowCorrectBehaviorWhenPrivatePageArrayIsNotAlreadyEmpty in IntermediateParserAddPrivatePageTests.php:178 - testShowCorrectBehaviorWhenPrivatePageArrayIsEmpty in IntermediateParserAddPrivatePageTests.php:220

Comments

 [2007-08-08 07:29 UTC] ashnazg (Chuck Burgess)
I have this fixed in my sandbox, running against PHP 5.2.3. I want to verify it also works against 4.4.7 before committing.
 [2007-08-08 07:45 UTC] ashnazg (Chuck Burgess)
Oh yeah... PhpUnit3 doesn't run on PHP4... I need to instead test against a 5.1.x version.
 [2007-08-08 08:10 UTC] ashnazg (Chuck Burgess)
tests good against PHP 5.1.6.
 [2007-08-08 08:11 UTC] ashnazg (Chuck Burgess)
Committed to CVS.