joshgaber / NovaUnit

Unit testing suite for Laravel Nova, built to extend PHPUnit
https://joshgaber.github.io/NovaUnit
MIT License
66 stars 23 forks source link

FIX: Prevent fatal crash when Action returns invalid response #32

Closed joshgaber closed 3 years ago

joshgaber commented 3 years ago

If a Nova Action return any response other than an array, assertions on that response will cause the test suite to throw a fatal exception. Instead, these assertions should only result in an assertion failure.