I just updated Commerce requirements to drupal/core 8.6.x and now I get:
The command "drupal-ti script" exited with 1.
0.31s$ drupal-ti --include ".travis-simpletest-js.sh"
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.
Looks like Core ships PHPUnit 4.8 in the composer.lock, so we need to run "composer run-script drupal-phpunit-upgrade" after composer install.
I just updated Commerce requirements to drupal/core 8.6.x and now I get:
Looks like Core ships PHPUnit 4.8 in the composer.lock, so we need to run "composer run-script drupal-phpunit-upgrade" after composer install.