drupal_ti icon indicating copy to clipboard operation
drupal_ti copied to clipboard

Fix tests to pass again

Open WengerK opened this issue 6 years ago • 5 comments

  • PHP 5.3 is not more supported by Drupal TI
  • PHP 5.4 & PHP 5.5 are not supported anymore by Drupal TI for Drupal 8.

WengerK avatar Jun 12 '19 08:06 WengerK

Coverage Status

Coverage remained the same at 100.0% when pulling ddcd306ac5847d2793ec30df9524732c0872d173 on rm-travis-php53 into 5316cdd8e3c81c4242e671d6bd360d64ab52e17a on master.

coveralls avatar Jun 12 '19 10:06 coveralls

Coverage Status

Coverage remained the same at 100.0% when pulling d8e2ca4e04fbe010fe18e013f9b99398a4092385 on rm-travis-php53 into 5316cdd8e3c81c4242e671d6bd360d64ab52e17a on master.

coveralls avatar Jun 12 '19 10:06 coveralls

The PHP 5.4 failure is in Selenium.

taz77 avatar Jun 18 '19 23:06 taz77

Additional problem. This project is using a Behat Mink Extension which seems to not had any updates in over two years, thereby no PHP 7.x updates (https://github.com/Behat/MinkExtension). A root problem could be an incompatibility. Do we know why Mink is being used rather than just using Behat? @LionsAd do you have any guidance or answer to the Behat Mink question?

taz77 avatar Jun 19 '19 00:06 taz77

~PHP 5.4 is no longer supported for Drupal 7~

Sorry, was looking at the wrong page (https://www.drupal.org/docs/8/system-requirements/php-requirements instead of https://www.drupal.org/docs/7/system-requirements/php-requirements)!

hugovk avatar Aug 14 '19 15:08 hugovk