https://bugzilla.novell.com/show_bug.cgi?id=868699 https://bugzilla.novell.com/show_bug.cgi?id=868699#c0 Summary: PHPUnit_MockObject package is newer than PHPUnit package => not functional combination Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: openSUSE 13.1 Status: NEW Severity: Critical Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: noga.dany@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 When I try to start PHPUnit tests, it fails on: Call to undefined function phpunit_mockobject_autoload() in /usr/share/php5/PEAR/PHPUnit/Util/GlobalState.php on line 378 PHPUnit_Mockobject 1.1 probably removed function, which was in PHPUnit_MockObject 1.1. Probably solution is upgrade PHPUnit from 3.6 to 3.7 or downgrade PHPUnit_MockObject to 1.1 Reproducible: Always Steps to Reproduce: 1. Select package php5-pear-phpunit with its dependencies 2. Start PHP5 Unit test, which was fully functional in openSUSE 12.3 Actual Results: Call to undefined function phpunit_mockobject_autoload() in /usr/share/php5/PEAR/PHPUnit/Util/GlobalState.php on line 378 Expected Results: Complete test https://github.com/sebastianbergmann/phpunit/issues/683 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.