Quantcast
Channel: Phpunit test with disabled error handling is totally slow - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by hakre for Phpunit test with disabled error handling is totally slow

It looks like that in case of an error, the PHPUnit error handler does keep some of the information desipite the error exceptions are disabled. As those backtraces can be larger, I assume this is...

View Article



Phpunit test with disabled error handling is totally slow

I've refactored some code and introduced deprecation warnings with trigger_error() and the E_USER_DEPRECATED constant.Therefore I needed to modify the test that is touching that featurepublic function...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images