Closed JayBizzle closed 5 years ago
@JayBizzle I've tested Laravel 6 and your changes are not enough. Here is a complete list of required changes which I've made in another package: https://github.com/cybercog/laravel-love/pull/113/files
Need to update orchestra
& phpunit
packages and add .phpunit.result.cache
to .gitignore
file.
Thanks @antonkomarev, those changes should now be ready 👍
Test is failing.
I've fixed this issue with --realpath
in tests/TestCase.php
file when old version of Laravel Love was upgraded.
@JayBizzle thank you for your time. I've merged similar PR which has all the required fixes: #48
No worries 👍
Thank you for the contribution @JayBizzle!
I will merge it as soon as v6 will be published to be able to test everything on stable version.