Skip to content

Bugfix Release: Compatibility with Drupal 8.1.x

Compare
Choose a tag to compare
@LionsAd LionsAd released this 24 May 22:00
· 54 commits to master since this release

David Snopek (4):

  • Allow specifying a 3-part version number for Selenium.
  • Default to Drush 8 for both Drupal 7 & 8 because dev-master now needs PHP 5.5+
  • Switch to drush 8.0.* because drush 8.1.0 has some problems with runserver.

Fabian Franz (17):

  • Use drupal/drupal-driver:dev-master for Drupal-8 until jhedstrom/DrupalDriver#74 is fixed.
  • Use drupal driver in example file, too.
  • Use standard profile for drupal-8 to make behat work.
  • Issue #50: Support KernelTestBase tests natively.
  • Need to only run unit tests from phpunit runner.
  • Move test to right filename.
  • Add required group annotation.

Janez Urevc (2):

  • Support running tests based on 8.1.x.
  • Use 8.1.x by default.

Jibran Ijaz (1):

  • Add SIMPLETEST_BASE_URL to envoirment

Matt Glaman (1):

  • Drush 8.0.x for Drupal 8

Sascha Grossenbacher (1):

  • Add composer install call

Stefan Topfstedt (1):

  • fixed typo.

Stuart Clark (2):

  • Issue #34: Added choice of installation profile.
  • Issue #32: Added drupal driver and tests for Drupal 7 and 8.

yanniboi (1):

  • Updated regex for failed simpletests.