liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
475 stars 65 forks source link

phpunit compatibility #92

Closed Timo-Linde closed 7 years ago

Timo-Linde commented 7 years ago

Hello guys, i tried to run liuggio/fastest with phpunit 6.1.3 It cannot be get with composer because of the require statement on line 17 "phpunit/phpunit": "~4.8|~5.4"

I dont want to install the phpunit 6.1.3 externally. So i just added in my fork: "phpunit/phpunit": "~4.8|~5.4|~6.1"

worked great for me.

DonCallisto commented 7 years ago

Take a look at this

Hopefully we'll release a new tagged (minor) version soon.

Timo-Linde commented 7 years ago

looks really good thank you for that

DonCallisto commented 7 years ago

Merged in https://github.com/liuggio/fastest/commit/4f52d7f13c853eb734e7e58fa95348a3a8cc4406

You can use new tagged version 1.4.1.

Let me know if everything is ok, thanks.