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
By default, tests on PHP 8 use PHPUnit 5.2.7, which includes calls to `each()`, which was removed in PHP 8, and therefore fails.
By ignoring the platform requirements, then PHPUnit 7 should be installed.
0 commit comments