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
do only test compatibility up to the current PHP version
do always test anything and skip unsupported features (like trait keyword)
What would you expect a PHP 5.3 user to test against by default?
PHP 5.3 compat or newest PHP compat?
Is this the same setting we want to be covered by unit tests for that version?
It is still possible to set compat version range by cli argument.
as support for multiple PHP versions was added unit tests will fail if the test assumption is not matched.
In especially PHP 5.3 env will not report function names deprecated since 5.5 by default.
The text was updated successfully, but these errors were encountered: