Closed katjam closed 4 years ago
I haven't taken the time to dive too far into this but hope this can help others with my issue.
The issue is with compatibility with phpunit 7.*
The phpunit assertion assertIsArray is not added until phpunit 7.5
assertIsArray
Use assertion seeJsonStructure with wildcard *with library versions as above.
seeJsonStructure
*
You're correct. I'll bump the dependencies. Thanks for reporting this.
Will be in tomorrow's release.
Description:
I haven't taken the time to dive too far into this but hope this can help others with my issue.
The issue is with compatibility with phpunit 7.*
The phpunit assertion
assertIsArray
is not added until phpunit 7.5Steps To Reproduce:
Use assertion
seeJsonStructure
with wildcard*
with library versions as above.Solution: