5

I have made a laravel nova application with many resources. Most of these resources have a nova action attached to them.

How can I unit test Laravel nova actions?

Mister Verleg
  • 4,053
  • 5
  • 43
  • 68

1 Answers1

2

I use a package that helps me a lot:

nova-assertions

Mister Verleg
  • 4,053
  • 5
  • 43
  • 68
Mateus Galasso
  • 320
  • 1
  • 5
  • 14