The tests currently only pass on php7, because running all tests is too slow, I've been looking into running tests with a couple of different options to speed them up.
I've tried https://github.com/mybuilder/phpunit-accelerator locally and that seems to speed unit tests up a little bit. I haven't tried this with all tests yet, running that a couple of times to get the results will make my laptop angry.
I also tried paratest but the version we'd need to install (0.12) doesn't seem to work. Or at least, I can't get it to work.
So, leaving this here as an issue for now, but nothing I can add in a PR yet.
The tests currently only pass on php7, because running all tests is too slow, I've been looking into running tests with a couple of different options to speed them up.
I've tried https://github.com/mybuilder/phpunit-accelerator locally and that seems to speed unit tests up a little bit. I haven't tried this with all tests yet, running that a couple of times to get the results will make my laptop angry.
I also tried paratest but the version we'd need to install (0.12) doesn't seem to work. Or at least, I can't get it to work.
So, leaving this here as an issue for now, but nothing I can add in a PR yet.