joomla / joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
http://framework.joomla.org
GNU General Public License v2.0
189 stars 140 forks source link

Added hhvm php version for unit testing #329

Closed ghost closed 10 years ago

ghost commented 10 years ago

Modified .travis.yml to include Facebook Hiphop hvm version of PHP for unit testing. Expecting the tests to fail, but having them done will provide a basis for correction

ghost commented 10 years ago

I'm working on resolving some issues for testing so don't merge yet. :-)

ghost commented 10 years ago

Closing this pull request and will open others. Found a large number of bugs in the unit tests themselves[incorrect checks on memcached, mysqli to skip tests when not there, etc]

dongilbert commented 10 years ago

Yeah, I've had some issues getting it working correctly as well. Right now, I'm trying to get it re-installed on my current system.

ghost commented 10 years ago

Replaced with #335 for partial implementation. Fixes will require separate pull requests/