Closed rarescosma closed 9 years ago
Many thanks; it seems I had messed up big time on this one. Turns out assertions are automatically disabled on the HHVM that Travis-CI provides. The tests seemed to pass, but in reality, nothing worked at all.
Your patch is now live, but there are still some failures; I will be working on those.
Awesome, thanks for getting back!
Waiting for the release so we can be fork-free again :smile:
Version 1.3.5 has just been tagged :)
When running our phpunit test suite on HHVM we noticed a bunch of failures and notices. A little digging proved that return values from functions patched with Patchwork were always
null
.Turns out the
$result
is not initialized and returned properly in thefb_intercept
closure. This is what the patch addresses.