LionsAd / drupal_ti

Drupal - Travis Integration
82 stars 37 forks source link

Doesn't work with Drupal 8.6 #114

Closed bojanz closed 6 years ago

bojanz commented 6 years ago

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.