-
Notifications
You must be signed in to change notification settings - Fork 321
Conversation
-Removes the direct dependency on phpunit (since is required by orchestra/testbench) - Update tests to support phpunit 8.0.0 (some methods were deprecated)
@dimsav Can you please review this, merge and release a new version? It's not urgent but I want to update my client's server to laravel 5.8 as soon as posible because it has a lot of bugfixes that I need. Edit: Also, I think this is an awesome package. Thanks for the great work! |
@jhm-ciberman do you have a solution for making all these tests still work with older Laravel versions? The |
Can I ask why? I am not into Laravel package development, but as far as I understand |
Meh. Ya, I guess it's independent from your own actual app. But if the package maintainer wants to run the tests against older versions (for compatibility with the users using those older versions) then they'll have to go and remove all the incompatibilities before they can run the tests. My point is: you may not get the "quick merge" you asked for. |
Still, I don't understand what it breaks the The Can you provide me some example of what it breaks? |
The |
Correction: But I have to agree with @jhm-ciberman, this does not break anything. It still works with Laravel 5.7. |
Thank you all for making sure this package is properly maintained. 🙏 |
To all here: all our build combinations pass, even with the After #556 is approved and merged we will release a new version. |
(since is required by orchestra/testbench)