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

Bug #15257 Fatal error: Call to undefined method Math_Numerical_RootFinding_Bisection::get
Submitted: 2008-12-06 03:48 UTC
From: doconnor Assigned: firman
Status: Closed Package: Math_Numerical_RootFinding (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  


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 : 28 + 34 = ?

 
 [2008-12-06 03:48 UTC] doconnor (Daniel O'Connor)
Description: ------------ Unit tests in CVS are broken :( Actual result: -------------- clockwerx@clockwerx-desktop:~/pear/Math_Numerical_RootFinding$ php tests/AllTests.php PHPUnit 3.3.5 by Sebastian Bergmann. . Fatal error: Call to undefined method Math_Numerical_RootFinding_Bisection::get() in /home/clockwerx/pear/Math_Numerical_RootFinding/tests/GeneralTest.php on line 71 Call Stack: 0.0068 72536 1. {main}() /home/clockwerx/pear/Math_Numerical_RootFinding/tests/AllTests.php:0 0.6828 4510320 2. Math_Numerical_RootFinding_AllTests::main() /home/clockwerx/pear/Math_Numerical_RootFinding/tests/AllTests.php:53 0.7825 4614552 3. PHPUnit_TextUI_TestRunner::run() /home/clockwerx/pear/Math_Numerical_RootFinding/tests/AllTests.php:33 0.7825 4614552 4. PHPUnit_TextUI_TestRunner->doRun() /usr/share/php/PHPUnit/TextUI/TestRunner.php:113 0.7932 4615736 5. PHPUnit_Framework_TestSuite->run() /usr/share/php/PHPUnit/TextUI/TestRunner.php:324 0.8077 4615736 6. PHPUnit_Framework_TestSuite->run() /usr/share/php/PHPUnit/Framework/TestSuite.php:636 0.8921 4873256 7. PHPUnit_Framework_TestSuite->runTest() /usr/share/php/PHPUnit/Framework/TestSuite.php:673 0.8921 4873256 8. PHPUnit_Framework_TestCase->run() /usr/share/php/PHPUnit/Framework/TestSuite.php:692 0.8922 4873256 9. PHPUnit_Framework_TestResult->run() /usr/share/php/PHPUnit/Framework/TestCase.php:375 0.8923 4873256 10. PHPUnit_Framework_TestCase->runBare() /usr/share/php/PHPUnit/Framework/TestResult.php:609 0.8951 4893432 11. PHPUnit_Framework_TestCase->runTest() /usr/share/php/PHPUnit/Framework/TestCase.php:401 0.8951 4893432 12. ReflectionMethod->invoke() /usr/share/php/PHPUnit/Framework/TestCase.php:486 0.8952 4893432 13. Math_Numerical_RootFinding_GeneralTest->testSetOptions() /home/clockwerx/pear/Math_Numerical_RootFinding/tests/GeneralTest.php:0

Comments

 [2008-12-06 03:49 UTC] doconnor (Daniel O'Connor)
and unfortunately, this means it is breaking the pear wide test suite too!
 [2008-12-09 12:24 UTC] doconnor (Daniel O'Connor)
Quick and dirty patch, which I've got on the unit test box now; so this no long breaks CI as much
 [2008-12-29 12:19 UTC] firman (Firman Wandayandi)
My mistake, this Common.php has missed at commit 1.1.0a1 and now the current has committed to CVS. Thank you for re-check it.