Seldaek / jsonlint

JSON Lint for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken build with newer PHPUnit version.

h4cc opened this issue · comments

I tried to add PHP 5.6 and HHVM to .travis.yml, but somehow - the builds against all PHP versions failed.

The travis build from my fork:
https://travis-ci.org/h4cc/jsonlint/builds/20489851

The last travis build from this repo:
https://travis-ci.org/Seldaek/jsonlint/builds/13804430

A local test showed me, that the tests work with: "PHPUnit 3.7.21", but fail with "PHPUnit 3.7.31".

Fixed, we'll see if it builds on hhvm though :)