You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue does not happen with testing under PHP7, just when testing under HHVM in PHP7 mode
I've heard that the tests might be halting because "PHPUnit converts notices to exceptions." and that's somehow killing the tests, but I'm not sure if that is accurate.
The text was updated successfully, but these errors were encountered:
Sorry to hear that you no longer care about HHVM as a platform for PHPunit to support. That may kill HHVM for our projects since we will no longer have a unit testing option to validate with.
Is there anything specific that has pushed you to move on from HHVM?
Running php unit under
HHVM in php7 compatibility mode
I'm having the tests halt on cases where phpunit runs into php4 style constructors with the errorMethods with the same name as their class will not be constructors in a future version of PHP
This issue does not happen with testing under PHP7, just when testing under HHVM in PHP7 mode
I've heard that the tests might be halting because "PHPUnit converts notices to exceptions." and that's somehow killing the tests, but I'm not sure if that is accurate.
The text was updated successfully, but these errors were encountered: