laravel / browser-kit-testing

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

Fix seeJson with null data #160

Closed driesvints closed 2 years ago

driesvints commented 2 years ago

This fixes an issue introduced in https://github.com/laravel/browser-kit-testing/commit/d472e1c8f0d11614106db9c75435bdaf723e3290 where just calling seeJson on a response would result in a fatal type error.

Fixes https://github.com/laravel/browser-kit-testing/issues/159