Closed umbert-cobiro closed 5 years ago
This is caused by a method of the same name was added in 6.2, which caused the collision: https://github.com/laravel/framework/pull/30125
Sending PR.
Actually @lindyhopchris has already fixed this issue. One step ahead, like always:
https://github.com/cloudcreativity/json-api-testing/commit/d3d5ec1de57519538ab9103266731a604aa9a6a3
We might just need it tagged and updated in this package.
Yeah spot on, I have already fixed this, though have forgotten I need to tag and release.
Won't take me too long to sort out, will hopefully have time this afternoon (UK time).
Just released this, the fix is to upgrade the cloudcreativity/json-api-testing
dependency to ^2.0
. I've also tagged 1.5.0
of this package as well.
So, if you upgrade to Laravel 6.2 there is a problem with the testing.
Downgrading back solves the problem. I leave a bit of a stack trace and test test code so u can try reproduce :)
Test code:
Stack trace: