Skip to content

Releases: LionsAd/drupal_ti

Bugfix release: Support functional tests

25 Jun 15:36
Compare
Choose a tag to compare

Bugfix release: Support functional tests

Bugfix Release: Compatibility with Drupal 8.1.x

24 May 22:00
Compare
Choose a tag to compare

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.

1.4.2 Release

06 Oct 16:32
Compare
Choose a tag to compare

Main change is compatibility with new Drupal 8 vendor directory location.

Changelog

  • Bojan Zivanovic (1):
    •  Update phpunit-core for the moved vendor directory
      
  • Daniel Montgomery (3):
    •  Updated README.md with information on dependencies
      
    •  Expanded README with scripting information
      
    •  Update README with branch pattern
      
  • David Snopek (2):
    •  Always download the latest version of chromedriver.
      
  • Stuart Clark (2):
    •  #29: Use drush site-set to set the default site
      

1.4.1 Bugfix Release

25 Jul 13:09
Compare
Choose a tag to compare

Just small bug fixes:

  • #28 [Bug] Fix Google Chrome by allowing to pin it to version 43.
  • #27 [Bug] Fix ensure_module by splitting in linking and enabling step.
  • #26 [Bug] Fix MySQL max packet size and timeout by using optimized settings.

1.4.0 Release

18 Jul 13:23
Compare
Choose a tag to compare
  • Added advanced caching support (activated but not in .travis.yml.dist yet)
  • Added phpunit-core runner
  • Fixed hhvm by replacing the used hhvm-serve with a better version