? ? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
25 Jun 2017

Summary of Changes

The version of the crypto library that we ship has an internal dependency to mcrypt. When running on PHP 7.2, this library can't be used safely and the test build (see https://travis-ci.org/joomla/joomla-cms/jobs/236743260 for example output) fails.

This PR adds a catch for the Exception that gets thrown when the library can't run due to missing dependencies in the test class so the class will skip the tests if the dependencies aren't met.

avatar mbabker mbabker - open - 25 Jun 2017
avatar mbabker mbabker - change - 25 Jun 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jun 2017
Category Unit Tests
avatar zero-24 zero-24 - change - 26 Jun 2017
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-06-26 10:26:51
Closed_By zero-24
Labels Added: ? ?
avatar zero-24 zero-24 - close - 26 Jun 2017
avatar zero-24 zero-24 - merge - 26 Jun 2017
avatar zero-24
zero-24 - comment - 26 Jun 2017

Thanks

Add a Comment

Login with GitHub to post a comment