? ? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
19 Mar 2015

This gets the full unit test suite running on PHP7. The remaining failures are in line with what we see in the individual Framework repositories right now. The main changes here are:

  • Unset the JErrorPage exception handler for the unit test suite due to the minor B/C break from the PHP RFC: Exceptions in the engine
  • Skip tests in PHP 7 which test that typehinted methods do not allow objects that don't match the typehinting (these are poor tests in general, we're validating PHP behavior here!)
  • Skip tests which use the TestCaseDatabaseMysql test case; the PHP extension does not exist (this is a companion to #6433)

If you aren't interested in waiting for Travis-CI to take it's time processing the build, you can review the results from https://travis-ci.org/mbabker/joomla-cms/builds/55079491

Add a Comment

Login with GitHub to post a comment