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

Accept Resource Tool as a valid field #50

Closed henryavila closed 1 year ago

henryavila commented 1 year ago

An Resource Tool can be inserted in fields()as pointed at https://nova.laravel.com/docs/4.0/customization/resource-tools.html#registering-tools This change will accept Accept Resource Tool as a valid field

joshgaber commented 1 year ago

@henryavila Thank you for the contribution! Can you please add a unit test to cover the change you've made?

henryavila commented 1 year ago

@henryavila Thank you for the contribution! Can you please add a unit test to cover the change you've made?

Sure @joshgaber It was a quick fix, but I will separe sometime to make the tests.