https://bugzilla.wikimedia.org/show_bug.cgi?id=41491
--- Comment #12 from Niklas Laxström <[email protected]> --- After some googling I found out http://osdir.com/ml/php.phpunit.devel/2008-03/msg00065.html and then after testing I found out that commenting out set_error_handler in includes filebackend/FSFileBackend.php prevents the fatal error from happening. My best guess now is that filebackend is not restoring the error handler properly in some cases. And I ** hate PHPUnit. I have a suspect where the restoration fails, because I start seeing warnings in middle of test run. When I'm trying to use --testdox to see the test names I don't see the warnings! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
