Closed Matthijsvdorp closed 5 years ago
Thanks, @Matthijsvdorp! Can you please check the composer errors in CI?
Hi @andywer, I don't really understand the error messages I'm getting. Never user Mockery before. Everything passes using PHPUnit 7.5 but when using PHPUnit 8.0 some tests fail. I don't think I'll be able to fix this.
Hi, I did some research (I never used mockery) and I think you need change all shouldReceive('getFromJson') to shouldReceive('get') in tests/TestCase.php file becouse of: https://laravel.com/docs/6.x/upgrade#get-from-json
I hope this helps to release this update, I am waiting for it 😉
Thank you @krychu90, that did the trick!
@andywer Hi Andy, can you merge this? Thank you!
Ohh, of course! Have fun 👍
Shouldn't it be in branch 6.0 or tagged by 6.0?
Yes, but I am only on my iPhone right now...
Shouldn't it be in branch 6.0 or tagged by 6.0?
Done 😉
Thanks, but this commit is still in 5.8 branch and will not work with laravel 5.8 (composer requires laravel 6)
This PR adds Laravel 6.0 compatibility.