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
ERROR: PHPUnit testing framework version 6 or greater is required when running on PHP 7.0 or greater. Run the command 'composer run-script drupal-phpunit-upgrade' in order to fix this.
Can you update this example to show how we can run different versions of PHPUnit based on the PHP ENV variable in the matrix?
The current example tests for PHP 5 versions. However, Drupal 8.6 now requires PHPUnit 6, which is not compatible with PHP 5.x.
See https://www.drupal.org/node/2957906
Running tests on Travis returns the error:
Can you update this example to show how we can run different versions of PHPUnit based on the PHP ENV variable in the matrix?
For example:
The text was updated successfully, but these errors were encountered: