Conversation
1d09e53 to
d3c6342
Compare
843bda6 to
25336e9
Compare
|
THB I don't understand what's going on here. That GrumPHP thing might be at fault. If I run Infection like so: I have no issues whatsoever. I get: |
Try:
|
|
Ah, looks like you need to raise the timeout:
It is set to 10 seconds now. You can try bumping it to 20 or all 30 seconds. |
|
Thanks for helping @sanmai ! Going to close the issue I opened with the solution. |
9344e58 to
a8c2cc5
Compare
|
Ok ! I have the confirmation of what I thought ! Thanks !!! |
|
Got another feedback from @maks-rafalko on Slack |
|
I can second this. It also runs quite a bit faster on PHP 8 👍 |
|
Ok, this PR is done. Ready for review. |
Remove PHPSpec testing framework.
Ignore PHPUnit cache stuff.
And remove Paypal from funding providers.
Co-authored-by: Alex Gidei <34811569+AlexandruGG@users.noreply.github.com>
Co-authored-by: Alex Gidei <34811569+AlexandruGG@users.noreply.github.com>
Co-authored-by: Alex Gidei <34811569+AlexandruGG@users.noreply.github.com>
|
Pheew ! It's done. |

This PR:
loophp/iterators#228 because the PHPUnit plugin needs aClosureIteratorso I createdloophp/iteratorsto use it inloophp/collectionandloophp/phpunit-iterable-assertions.phpunit.xmlconfiguration fileuncoveredorskipped. infection/infection#1615This is a huge work - I'm testing the best way to implement tests. So far I tested:
I really like having one single basic tests and multiple dataproviders... if you have a better idea, let me know.
Follows #173