basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Fix 5.3 incompatibility & improve test suite #84

Closed christophermancini closed 9 years ago

christophermancini commented 9 years ago

Swapped 5.4 array syntax back to 5.3. Updated .travis.yml by removing irc notification and changing email from eng@basho -> clients@basho. Removed 2nd exception on failed assertion to allow the remaining tests to be run. Added exit(1) after summary if failure occurred to notify Travis CI since no longer throwing that 2nd exception, color coded output from tests and debugging messages for test failures.

This is to address issue #83

christophermancini commented 9 years ago

I went a little down the rabbit hole into fixing the search integration test failure but stopped due to other higher priority items. I will revisit at a later date.

hazen commented 9 years ago

:+1: