laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Use of assertIsArray in seeJsonStructure requires phpunit >= 7.5 #120

Closed katjam closed 4 years ago

katjam commented 4 years ago

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.5

Steps To Reproduce:

Use assertion seeJsonStructure with wildcard *with library versions as above.

Solution:

driesvints commented 4 years ago

You're correct. I'll bump the dependencies. Thanks for reporting this.

driesvints commented 4 years ago

Will be in tomorrow's release.