Closed beoboo closed 3 years ago
Fixing https://travis-ci.org/minkphp/MinkZombieDriver/jobs/502013256 would require locking to non-latest PHPUnit version for PHP 7.x version.
To fix https://travis-ci.org/minkphp/MinkZombieDriver/jobs/502013252 you need to do use latest PHPUnit version compatible with PHP 5.5.
The https://travis-ci.org/minkphp/MinkZombieDriver/jobs/502148600 build of PHP 5.3 has failed due incorrect NODEJS path.
@beoboo , good job indeed. Just finish latest comments I've mentioned (about composer.json
changes).
I have no idea why PHP 5.3 build fails that bad. I've tried to to run test locally using PHP 5.3.29 and Zombie 6.1.4.
I think PHP 5.3 might be failing because the script is not able to run
vendor/bin/mink-test-server
> /dev/null 2>&1 &`
(or better it exists without showing any error). I'll try removing the output redirects to debug it.
I created a wrong #190, #189 is the last correct one that fixed all tests.
You do create lots of commits (I guess no other way to test Travis CI) and I do get an e-mail for every of them.
When you're ready for review just post a comment.
Ready for review 😄.
Looks good to me. @stof , what you think?
This looks awesome, and would bring mink one step closer to be compatible with Symfony 4 (see https://github.com/minkphp/Mink/issues/757).
Anything I can do to help this move forward?
Any news?
@aik099 can we move forward on this please? Moving forward to allow using Symfony 4 is an important next step for Mink I think, since all developers that use Symfony flex that install Mink now will get an error.
@rpkamp , still waiting for @stof to review.
I applied this PR and raised composer requirement "symfony/process": "~2.1|~3.0|~4.0"
. My tests are running fine with Symfony process 4.3.3.
@stof Any updates on this?
Closing in favor of #196
Tests should be run with phpunit and not simple-phpunit (because PHP 7-1 uses PHPUnit 5.7).