deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Update mink-selenium2-driver to valid version #60

Closed davereid closed 5 years ago

davereid commented 5 years ago

References: https://www.drupal.org/project/drupal/issues/3078671 https://github.com/minkphp/MinkSelenium2Driver/issues/313 https://github.com/drupal-composer/drupal-project/issues/511 https://github.com/webflo/drupal-core-require-dev/issues/14

Alternatively we hope that this is fixed upstream today with a new 1.3.x version provided by MinkSelenium2Driver that would fulfill the requirements.

deviantintegral commented 5 years ago

@davereid looking close! Let me know if you want to 🦆 this.

davereid commented 5 years ago

I think the hope is that https://github.com/minkphp/MinkSelenium2Driver/issues/313 resolves this by just providing a backwards compatible 1.3.x-dev version that can be just used without needing to update any version requirements and fixes all builds. In that case this wouldn't be necessary at all.

davereid commented 5 years ago

This has been resolved separately.